| src/views/home/index.vue | ●●●●● patch | view | raw | blame | history | |
| src/views/securityUnitOperation/operationAnalysis.vue | ●●●●● patch | view | raw | blame | history |
src/views/home/index.vue
@@ -1592,11 +1592,13 @@ // examinationType: 1, // jurisdiction: this.value1 // }; let types = this.poorPerformanceType.toString() let params = { current: this.gridData.current, size: 10, jurisdiction: this.value1, examinationType: 1 examinationType: 1, types:types }; qualificationPages(params).then(res => { if (res.data.code === 200) { @@ -1612,10 +1614,12 @@ this.gridData.current = page; this.dialogloading = true; this.gridData.data = []; let types = this.poorPerformanceType.toString() let params = { current: this.gridData.current, size: 10, jurisdiction: this.value1, types:types }; xsbxPages(params).then(res => { if (res.data.code === 200) { src/views/securityUnitOperation/operationAnalysis.vue
@@ -73,12 +73,15 @@ <div class="col-content" style="margin-left: 55px"> <div class="box-card" style="margin-right: 50px; cursor: pointer" @click="showTable('fw')" style="margin-right: 50px;" > <span>服务对象预警(家)</span> <span>{{ yj.fuwu }}</span> <span>服务对象小于{{ inputNum.fuwu }}家</span> <span class=" cursor: pointer" @click="showTable('fw')">{{ yj.fuwu }}</span> <div> <span>服务对象小于</span> <el-input v-model="inputNum.fuwu"></el-input> <span>家</span> </div> </div> <div class="box-card"