-
网格长
+
网格员
-
{{ categoryList.gridManagerFlagCount || '--' }}
+
{{ categoryList.gridManagerFlagCount || 0 }}
-
网格长(虚拟网格)
+
网格员(虚拟网格)
-
{{ categoryList.gridManagerFlagVirtualCount || '--' }}
+
{{ categoryList.gridManagerFlagVirtualCount || 0 }}
diff --git a/src/views/modules/base/resi.vue b/src/views/modules/base/resi.vue
index bbbcd3254..a4e97e3c2 100644
--- a/src/views/modules/base/resi.vue
+++ b/src/views/modules/base/resi.vue
@@ -1227,7 +1227,16 @@ export default {
watch: {
$route: {
handler: function (newVal, oldVal) {
- if (newVal.name == "base-resi" && (!oldVal ||oldVal.name === 'home'||oldVal.name === 'base-classification'||oldVal.name === 'home-notice')) {
+ if((newVal.name == "base-resi" || oldVal.name === 'home') && newVal.query.type){
+ this.$nextTick(()=>{
+ this.$refs.myResiSearch.form.updateCategory = newVal.query.category;
+ this.handleSearchFrom();
+ })
+ return
+ }else{
+ this.$refs.myResiSearch.form.updateCategory ='';
+ }
+ if (newVal.name == "base-resi" && (oldVal.name === 'home'||oldVal.name === 'base-classification'||oldVal.name === 'home-notice')) {
this.$nextTick(() => {
this.$refs.myResiSearch.form.attentionCrowds = [];
this.$refs.myResiSearch.form.healthStatus = [];
diff --git a/src/views/modules/home/index.vue b/src/views/modules/home/index.vue
index 7d633ea8f..34142f844 100644
--- a/src/views/modules/home/index.vue
+++ b/src/views/modules/home/index.vue
@@ -179,7 +179,7 @@
- {{scope.row.updateResiNum}}({{scope.row.updatePeriodName?scope.row.updatePeriodName:'--'}})
+ {{scope.row.updateResiNum}}({{scope.row.updatePeriodName?scope.row.updatePeriodName:'--'}})
@@ -628,10 +628,10 @@ export default {
},
handelCLickJump(e,type){
this.$router.push({
- path: "/main/base-nonIntResi",
+ path: "base-resi",
query: {
- resiCategory: e.residentCategory,
- type:type
+ category: e.residentCategory,
+ type:'updateResi'
}
});
},
diff --git a/src/views/modules/productConfig/autoTest/autoTestList copy.vue b/src/views/modules/productConfig/autoTest/autoTestList copy.vue
index afabe834b..b8b563bc8 100644
--- a/src/views/modules/productConfig/autoTest/autoTestList copy.vue
+++ b/src/views/modules/productConfig/autoTest/autoTestList copy.vue
@@ -29,7 +29,7 @@
header-align="center"
min-width="130">
diff --git a/src/views/modules/productConfig/autoTest/autoTestList.vue b/src/views/modules/productConfig/autoTest/autoTestList.vue
index f7d0fd7ff..bf7c01fef 100644
--- a/src/views/modules/productConfig/autoTest/autoTestList.vue
+++ b/src/views/modules/productConfig/autoTest/autoTestList.vue
@@ -20,7 +20,7 @@
header-align="center"
min-width="140">
@@ -326,7 +326,7 @@ export default {
"type": "grid",
"staffList": [
{
- "name": "W1网格长",
+ "name": "W1网格员",
"mobile": "13000000005"
}
],
@@ -360,7 +360,7 @@ export default {
"type": "grid",
"staffList": [
{
- "name": "W2网格长",
+ "name": "W2网格员",
"mobile": "13000000005"
}
],
diff --git a/src/views/modules/productConfig/topicConfig/TopicConfig copy.vue b/src/views/modules/productConfig/topicConfig/TopicConfig copy.vue
index 03b47f542..2821c750d 100644
--- a/src/views/modules/productConfig/topicConfig/TopicConfig copy.vue
+++ b/src/views/modules/productConfig/topicConfig/TopicConfig copy.vue
@@ -191,7 +191,7 @@ export default {
"projectList": [
{
"personId": "J1-S1-W1",
- "personName": "J1-S1-W1网格长",
+ "personName": "J1-S1-W1网格员",
"answer": "此问题的确存在,会尽快解决",
"reply": "希望工作人员可以帮助解决"
},
diff --git a/src/views/modules/productConfig/topicConfig/TopicConfig.vue b/src/views/modules/productConfig/topicConfig/TopicConfig.vue
index b840a7d6c..ea72f1045 100644
--- a/src/views/modules/productConfig/topicConfig/TopicConfig.vue
+++ b/src/views/modules/productConfig/topicConfig/TopicConfig.vue
@@ -338,7 +338,7 @@ export default {
"isToProject": "1",
"localLevel": {
"staffId": "J1-S1-W1",
- "staffName": "J1-S1-W1网格长",
+ "staffName": "J1-S1-W1网格员",
"answer": "此问题的确存在,会尽快解决",
"reply": "希望工作人员可以帮助解决"
},