liuyg
2021-07-28 28081c9a1ed3b2b91a530547e502ea425fe1ab35
src/views/securityUnit/index.vue
@@ -332,7 +332,7 @@
      })
        .then(() => {
          console.log(row);
          return remove(row.creditcode);
          return remove(row.creditcode, row.departmentid);
        })
        .then(() => {
          this.onLoad(this.page);
@@ -356,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);