diff --git a/src/views/locality/locality.vue b/src/views/locality/locality.vue
index 826d0d2..31c3bc5 100644
--- a/src/views/locality/locality.vue
+++ b/src/views/locality/locality.vue
@@ -189,6 +189,19 @@
+
+
+
+
+
+
@@ -1901,6 +1914,8 @@ export default {
closeValue1: 1,
openValue2: 1,
closeValue2: 2,
+ openValue3: 1,
+ closeValue3: 0,
title: "",
type: "",
name: "",
@@ -3511,6 +3526,27 @@ export default {
});
});
},
+
+ // 企业预约项目是否启用
+ changeQy(massageTypeId, qyType) {
+ this.$http({
+ url: this.$http.adornUrl(`artificer/updateMassageType`),
+ method: "post",
+ data: this.$http.adornData({
+ massageTypeId: massageTypeId,
+ qyType: qyType,
+ }),
+ }).then(({ data }) => {
+ this.$message({
+ message: "操作成功",
+ type: "success",
+ duration: 1500,
+ onClose: () => {
+ this.classSelect();
+ },
+ });
+ });
+ },
// 提交修改、添加项目项目
refuseto1() {
if (this.classType == "") {