保安监管系统-验收版本
zhengpz
2021-12-04 a7f8039a127c9809dd0cb8a527ef75359753b788
现实表现接口
2 files modified
17 ■■■■ changed files
src/views/home/index.vue 6 ●●●● patch | view | raw | blame | history
src/views/securityUnitOperation/operationAnalysis.vue 11 ●●●●● 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"