浏览代码

修改审核

mxx 3 年之前
父节点
当前提交
f5d463ab34
共有 1 个文件被更改,包括 3 次插入3 次删除
  1. 3 3
      src/views/houseSelfCollect/acquisitionManagementAdd.vue

+ 3 - 3
src/views/houseSelfCollect/acquisitionManagementAdd.vue

@@ -799,7 +799,7 @@
                     confirmButtonText: '确定',
                     type: 'warning',
                   }).then(() => {
-                    that.audit(this.baseInfoForm,0,true,2)
+                    that.audit(this.baseInfoForm,true,2)
                   })
               })
             }
@@ -807,11 +807,11 @@
         }
       },
       //审核
-      audit(item,status, status2, reason) {
+      audit(item,status, status2) {
           posthandle({
             taskId: item.taskId,
             approved: status,
-            auditMind: reason != undefined ? '已驳回' : '34',
+            auditMind: '',
             needReapply: status2 != undefined ? true : false,
           })
             .toPromise()