From 550ebddfff98ce78f53093030df3e150a165429d Mon Sep 17 00:00:00 2001
From: tx <2622874537@qq.com>
Date: Mon, 12 Aug 2024 17:51:52 +0800
Subject: [PATCH 1/2] =?UTF-8?q?=E6=94=B6=E8=B4=B9=E6=96=B9=E5=BC=8F?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
package.json | 2 ++
src/views/system/area/areaSet.vue | 20 ++++++++++++++++----
src/views/system/area/index.vue | 4 ++--
3 files changed, 20 insertions(+), 6 deletions(-)
diff --git a/package.json b/package.json
index 6f04923..3b10830 100644
--- a/package.json
+++ b/package.json
@@ -53,6 +53,7 @@
"nprogress": "0.2.0",
"qrcode": "^1.5.3",
"quill": "1.3.7",
+ "react-native-vector-icons": "^10.1.0",
"screenfull": "5.0.2",
"sortablejs": "1.10.2",
"vue": "2.6.12",
@@ -64,6 +65,7 @@
"vuex": "3.6.0"
},
"devDependencies": {
+ "@types/react-native-vector-icons": "^6.4.18",
"@vue/cli-plugin-babel": "4.4.6",
"@vue/cli-plugin-eslint": "4.4.6",
"@vue/cli-service": "4.4.6",
diff --git a/src/views/system/area/areaSet.vue b/src/views/system/area/areaSet.vue
index 05c12f3..29303ef 100644
--- a/src/views/system/area/areaSet.vue
+++ b/src/views/system/area/areaSet.vue
@@ -11,7 +11,7 @@
+ placeholder="请选择运营商" @change="changedept" />
@@ -366,6 +366,9 @@ export default {
console.log(this.dictList, 'dictdict');
},
methods: {
+ changedept(){
+ clog
+ },
reset() {
this.form = {
areaTime:'1',
@@ -542,7 +545,12 @@ export default {
this.title = "修改运营区";
this.key++;
-
+ // listFee({ areaId: this.form.areaId }).then(response => {
+ // this.ruleOptions = response.rows;
+ // this.open = true;
+ // this.title = "修改运营区";
+ // this.key++;
+ // });
});
},
@@ -584,11 +592,15 @@ export default {
}) /* 市匹配成功*/
}
},
- getCityList() {
- listFee({ areaId: this.form.areaId }).then(response => {
+ getFeeList(){
+ listFee({ deptId: this.form.deptId }).then(response => {
this.ruleOptions = response.rows;
});
+
+ },
+ getCityList() {
+
getDistrictList().then(res => {
this.form.provinceList = JSON.parse(res.data)
// console.log("provinceList======"+JSON.stringify(this.form.provinceList))
diff --git a/src/views/system/area/index.vue b/src/views/system/area/index.vue
index ddfbc08..5ea119f 100644
--- a/src/views/system/area/index.vue
+++ b/src/views/system/area/index.vue
@@ -28,8 +28,8 @@
-
+ 修改