保安服务企业管理-验收版本
+
liuyg
2021-12-03 e3c6d5dd09cff3c8c9e6f94884c14879b571a6b1
+
1 files modified
9 ■■■■■ changed files
src/views/securityMan/index.vue 9 ●●●●● patch | view | raw | blame | history
src/views/securityMan/index.vue
@@ -103,7 +103,7 @@
  getPerformanceInfo,
  add,
  update,
  page,
  trackRecordpage,
  remove,
  getER,
} from "@/api/performance/performance";
@@ -239,6 +239,7 @@
    },
    handleChangeTABS(column) {
      this.typeTABS = column;
      console.log(column.prop);
      if (column.prop == "tab1") {
        this.loading1 = false;
      } else if (column.prop == "tab2") {
@@ -247,6 +248,7 @@
        this.loading1 = false;
      } else if (column.prop == "tab3") {
        //查询当前保安员的现实表现记录
        console.log(1999999);
        this.getPerformancePageInfo();
        this.loading2 = false;
      } else if (column.prop == "tab4") {
@@ -275,11 +277,12 @@
      var param = {
        securityid: this.id,
      };
      page(this.current, this.size, param).then((res2) => {
      console.log(1999999);
      trackRecordpage(this.current, this.size, param).then((res2) => {
        const data = res2.data.data;
        this.page2.total = data.total;
        this.data2 = data.records;
        console.log(this.data2, 1);
        console.log(this.data2, 1999999);
        this.loading2 = false;
      });
    },