diff --git a/project/sass/apps/AppCommunityManage/components/Add.vue b/project/sass/apps/AppCommunityManage/components/Add.vue
index 648ab1e4..6fe36b5e 100644
--- a/project/sass/apps/AppCommunityManage/components/Add.vue
+++ b/project/sass/apps/AppCommunityManage/components/Add.vue
@@ -123,7 +123,7 @@ export default {
methods: {
beforeSelectTree() {
this.treeObj.checkedKeys = [];
- this.instance.post(`/app/appgirdinfo/listAll`).then((res) => {
+ this.instance.post(`/app/appgirdinfo/listAllByTop`).then((res) => {
if (res.code == 0) {
this.treeObj.treeList = this.format(res.data)
if (this.form.girdInfoList.length) {
diff --git a/project/sass/apps/AppSpecialAdjustment/components/Add.vue b/project/sass/apps/AppSpecialAdjustment/components/Add.vue
index d7d0c2df..64c3922c 100644
--- a/project/sass/apps/AppSpecialAdjustment/components/Add.vue
+++ b/project/sass/apps/AppSpecialAdjustment/components/Add.vue
@@ -134,7 +134,7 @@ export default {
}
}
}
-
+
let IdNumberPass = (rule, value, callback) => {
if (value) {
if (this.idCardNoUtil.checkIdCardNo(value)) {
@@ -315,7 +315,7 @@ export default {
},
getGridList() {
- this.instance.post(`/app/appgirdinfo/listAll`).then((res) => {
+ this.instance.post(`/app/appgirdinfo/listAllByTop`).then((res) => {
if (res.code == 0) {
this.treeObj.treeList = this.format(res.data)
if (this.formData.girdId) {
diff --git a/project/sass/apps/AppSpecialDisabled/components/Add.vue b/project/sass/apps/AppSpecialDisabled/components/Add.vue
index 32d8322c..5948f99a 100644
--- a/project/sass/apps/AppSpecialDisabled/components/Add.vue
+++ b/project/sass/apps/AppSpecialDisabled/components/Add.vue
@@ -134,7 +134,7 @@ export default {
}
}
}
-
+
let IdNumberPass = (rule, value, callback) => {
if (value) {
if (this.idCardNoUtil.checkIdCardNo(value)) {
@@ -146,7 +146,7 @@ export default {
callback(new Error('请输入身份证号'))
}
}
-
+
let regIcome = (rule, value, callback) => {
if (value) {
const reg = /^([0-9]{1,5})(\.[0-9]{1,3}){0,1}$/
@@ -325,7 +325,7 @@ export default {
},
getGridList() {
- this.instance.post(`/app/appgirdinfo/listAll`).then((res) => {
+ this.instance.post(`/app/appgirdinfo/listAllByTop`).then((res) => {
if (res.code == 0) {
this.treeObj.treeList = this.format(res.data)
if (this.formData.girdId) {
diff --git a/project/sass/apps/AppSpecialDrug/components/Add.vue b/project/sass/apps/AppSpecialDrug/components/Add.vue
index 9057ae61..dfcdfdd3 100644
--- a/project/sass/apps/AppSpecialDrug/components/Add.vue
+++ b/project/sass/apps/AppSpecialDrug/components/Add.vue
@@ -134,7 +134,7 @@ export default {
}
}
}
-
+
let IdNumberPass = (rule, value, callback) => {
if (value) {
if (this.idCardNoUtil.checkIdCardNo(value)) {
@@ -324,7 +324,7 @@ export default {
},
getGridList() {
- this.instance.post(`/app/appgirdinfo/listAll`).then((res) => {
+ this.instance.post(`/app/appgirdinfo/listAllByTop`).then((res) => {
if (res.code == 0) {
this.treeObj.treeList = this.format(res.data)
if (this.formData.girdId) {
diff --git a/project/sass/apps/AppSpecialMental/components/Add.vue b/project/sass/apps/AppSpecialMental/components/Add.vue
index 5599e20c..f10f7b0f 100644
--- a/project/sass/apps/AppSpecialMental/components/Add.vue
+++ b/project/sass/apps/AppSpecialMental/components/Add.vue
@@ -134,7 +134,7 @@ export default {
}
}
}
-
+
let IdNumberPass = (rule, value, callback) => {
if (value) {
if (this.idCardNoUtil.checkIdCardNo(value)) {
@@ -316,7 +316,7 @@ export default {
},
getGridList() {
- this.instance.post(`/app/appgirdinfo/listAll`).then((res) => {
+ this.instance.post(`/app/appgirdinfo/listAllByTop`).then((res) => {
if (res.code == 0) {
this.treeObj.treeList = this.format(res.data)
if (this.formData.girdId) {
diff --git a/project/sass/apps/AppSpecialPrison/components/Add.vue b/project/sass/apps/AppSpecialPrison/components/Add.vue
index 4a223de0..1a742004 100644
--- a/project/sass/apps/AppSpecialPrison/components/Add.vue
+++ b/project/sass/apps/AppSpecialPrison/components/Add.vue
@@ -134,7 +134,7 @@ export default {
}
}
}
-
+
let IdNumberPass = (rule, value, callback) => {
if (value) {
if (this.idCardNoUtil.checkIdCardNo(value)) {
@@ -335,7 +335,7 @@ export default {
},
getGridList() {
- this.instance.post(`/app/appgirdinfo/listAll`).then((res) => {
+ this.instance.post(`/app/appgirdinfo/listAllByTop`).then((res) => {
if (res.code == 0) {
this.treeObj.treeList = this.format(res.data)
if (this.formData.girdId) {
diff --git a/project/sass/apps/grid/AppGridBlock/components/list.vue b/project/sass/apps/grid/AppGridBlock/components/list.vue
index 67ae87ab..652874ce 100644
--- a/project/sass/apps/grid/AppGridBlock/components/list.vue
+++ b/project/sass/apps/grid/AppGridBlock/components/list.vue
@@ -5,7 +5,7 @@
- $refs.tree.filter(v)">
+ $refs.tree.filter(v)">
+ highlight-current>
+
+
+
+
+
+
@@ -608,7 +613,7 @@ export default {
background: #2266FF;
- span {
+ .el-tooltip {
color: #fff;
}
}
diff --git a/project/sass/apps/grid/AppGridMap/components/list.vue b/project/sass/apps/grid/AppGridMap/components/list.vue
index 1019fae1..307e4178 100644
--- a/project/sass/apps/grid/AppGridMap/components/list.vue
+++ b/project/sass/apps/grid/AppGridMap/components/list.vue
@@ -13,17 +13,20 @@
-
- {{ node.label }}
+ :data="treeObj.treeList"
+ :props="treeObj.defaultProps"
+ @node-click="handleNodeClick"
+ node-key="id"
+ ref="tree"
+ :expand-on-click-node="false"
+ :filter-node-method="filterNode"
+ default-expand-all
+ highlight-current>
+
+
+
+
+
@@ -35,295 +38,295 @@