Эх сурвалжийг харах

修改关于审核完成id任务完成

ymz 4 сар өмнө
parent
commit
bbb22a7726

BIN
dist.zip


+ 2 - 1
src/views/serviceManagement/quickReview/index.vue

@@ -828,7 +828,7 @@ export default {
       this.$refs.taskForm.validate(async (valid) => {
         if (valid) {
           let obj = {
-            token: this.pretreatmentInfo.token.token,
+            token: this.reviewToken,
             taskIds: taskIds,
             checkResult: this.taskForm.checkResult,
             checkMessage: this.taskForm.checkMessage,
@@ -838,6 +838,7 @@ export default {
             const res = await taskV2CheckBatchApi(obj);
             if (res.data.code === 0 && res.data.data) {
               this.$message.success('审核成功!');
+              this.checkIds = [];
 
               this.handleClose();
               this.list.forEach((item) => {