Sfoglia il codice sorgente

审核任务优化

zhuliu 2 anni fa
parent
commit
953a09104f
1 ha cambiato i file con 1 aggiunte e 2 eliminazioni
  1. 1 2
      RMS-FrontEnd/src/views/task/MyHandle.vue

+ 1 - 2
RMS-FrontEnd/src/views/task/MyHandle.vue

@@ -469,9 +469,8 @@
 			status:1,
 			// remark:this.remark,
 			result: this.btn.value,
-			reportStatus:this.btn.value
+			reportStatus:![4,5].includes(this.form.type)?this.btn.value:2
       }
-    //console.log(a);
       this.$api.AuditTask(a).then(response => {
       //console.log(response);
 			if(response.code == 200){