Jelajahi Sumber

修改审核

mxx 3 tahun lalu
induk
melakukan
f5d463ab34
1 mengubah file dengan 3 tambahan dan 3 penghapusan
  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()