From 8064c56287b54e29a7cf401d99e288aa19057563 Mon Sep 17 00:00:00 2001 From: yangjun <1173114630@qq.com> Date: Tue, 9 Jul 2024 14:46:15 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E6=98=AF=E5=90=A6=E4=BC=81?= =?UTF-8?q?=E4=B8=9A=E9=A2=84=E7=BA=A6=E9=A1=B9=E7=9B=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/locality/locality.vue | 36 +++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) 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 == "") {