Browse Source

数据采集驳回

gks 1 năm trước cách đây
mục cha
commit
9824c747da
1 tập tin đã thay đổi với 3 bổ sung4 xóa
  1. 3 4
      src/views/GATHER/index.vue

+ 3 - 4
src/views/GATHER/index.vue

@@ -738,18 +738,17 @@ export default {
       });
     },
     handleCheck(val, value) {
-      // console.log(value)
       let data = {
         gatherId: this.dataId,
-        type: 1,
+        auditType: 2,
       };
       let audit = {
         gatherId: this.dataId,
-        auditType: 2,
+        auditType: 3,
         remark: value,
       };
       if (val == 1) {
-        approve(data).then((res) => {
+        bsqAudit(data).then((res) => {
           if (res.code == 200) {
             this.$modal.msgSuccess("通过审核成功");
             this.getList();