Ver código fonte

PSSR:
-添加检修项目创建流程

jiangbiao 11 meses atrás
pai
commit
dd85b8556f

+ 3 - 1
ui/src/views/approve/approveDetail/pssrApprove-detail.vue

@@ -97,7 +97,9 @@ export default {
       this.submitDisabled=true
       this.taskForm.condition = val;
       handlePssrApprove(this.taskForm).then(res => {
-
+        this.msgSuccess("审核成功");
+        this.visible = false;
+        this.$emit('refreshDataList')
       })
     }
   }