瀏覽代碼

调整安全检查

luojun 2 年之前
父節點
當前提交
641bd489b1
共有 1 個文件被更改,包括 2 次插入19 次删除
  1. 2 19
      src/views/check/index.vue

+ 2 - 19
src/views/check/index.vue

@@ -491,25 +491,8 @@ export default {
       return false;
     },
     showDialogDistribute(row){
-      this.loading = true;
-      api
-        .distributeCheHui(row.id)
-        .then((response) => {
-          // console.log(response, "then");
-          if (response.data == 0) {
-            this.loading = false;
-            this.$refs.dialogDistribute.show(row);
-          } else {
-            this.getList();
-            this.loading = false;
-          }
-        })
-        .catch((response) => {
-          // console.log(response, "catch");
-          this.getList();
-          this.loading = false;
-          this.$refs.dialogDistribute.show(row);
-        });
+      console.log(row,"qqq")
+      this.$refs.dialogDistribute.show(row);
     },
     async onDel(id, name) {
       this.$modal