From 03df1795d40c656dda58fc848b7519292ad4cbb9 Mon Sep 17 00:00:00 2001 From: 18650502300 <18650502300@163.com> Date: Tue, 10 Sep 2024 10:25:06 +0800 Subject: [PATCH] =?UTF-8?q?1.=E8=BD=A6=E5=9E=8B=E5=85=B3=E8=81=94=E6=94=B6?= =?UTF-8?q?=E8=B4=B9=E6=96=B9=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/system/area/areaSet.vue | 64 ++++++++++----------- src/views/system/area/index.vue | 18 +++--- src/views/system/fee/index.vue | 28 ++++----- src/views/system/model/index.vue | 94 +++++++++++++++++++++++++++++++ 4 files changed, 149 insertions(+), 55 deletions(-) diff --git a/src/views/system/area/areaSet.vue b/src/views/system/area/areaSet.vue index 2826101..420dc4a 100644 --- a/src/views/system/area/areaSet.vue +++ b/src/views/system/area/areaSet.vue @@ -418,33 +418,33 @@ + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - 选择在收费方式菜单当中设置好的收费套餐(可多选) - - - - @@ -628,7 +628,7 @@ export default { watch: { 'form.deptId'(newValue, oldValue) { console.log('运营商ID变化了:', newValue); - this.changedept() + // this.changedept() // 在这里执行值变化后的逻辑 } }, @@ -648,12 +648,12 @@ export default { console.log(this.dictList, "dictdict"); }, methods: { - changedept() { - console.log("111"); - listFee({ deptId: this.form.deptId }).then((response) => { - this.ruleOptions = response.rows; - }); - }, + // changedept() { + // console.log("111"); + // listFee({ deptId: this.form.deptId }).then((response) => { + // this.ruleOptions = response.rows; + // }); + // }, reset() { this.form = { areaTime: "1", diff --git a/src/views/system/area/index.vue b/src/views/system/area/index.vue index 841a8a0..14dc8aa 100644 --- a/src/views/system/area/index.vue +++ b/src/views/system/area/index.vue @@ -103,7 +103,7 @@ - + @@ -349,14 +349,14 @@ - - - - - - - + + + + + + + + - + @@ -104,18 +104,18 @@ - - - - - - - + + + + + + + + + + + + @@ -346,7 +346,7 @@