Administrator
2021-08-06 fa72be7e5e5d2b58a079e2896e5a2208fa6b8e13
src/views/securityUnit/index.vue
@@ -212,12 +212,13 @@
      query: {},
      data: [],
      option: {
        index: true,
        addBtn: false,
        // card: true,
        tip: false,
        searchSize: "mini",
        searchMenuSpan: 6,
        height: 623,
        height: 693,
        menuWidth: 160,
        align: "center",
        selection: true,
@@ -331,7 +332,7 @@
      })
        .then(() => {
          console.log(row);
          return remove(row.creditcode);
          return remove(row.creditcode, row.departmentid);
        })
        .then(() => {
          this.onLoad(this.page);
@@ -355,8 +356,8 @@
        type: "warning",
      })
        .then(() => {
          // console.log(this.ids);
          return remove(this.ids);
          console.log(this.ids);
          // return remove(this.ids);
        })
        .then(() => {
          this.onLoad(this.page);
@@ -421,7 +422,7 @@
          }
        }
      }
      // console.log(d);
      console.log(d);
      for (var k in d) {
        if (d[k] == "" || d[k] == undefined) {
          console.log(k);
@@ -506,10 +507,8 @@
      });
      var time = setTimeout(() => {
        this.onLoad(this.page, this.query);
        clearTimeout(time);
        time = null;
        console.log(this.data0, this.data1, this.data2, "已刷新");
      }, 500);
      console.log(this.data0, this.data1, this.data2);
      this.tipover();
    },
    tip1up1() {