Browse Source

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

jiangbiao 11 tháng trước cách đây
mục cha
commit
dd85b8556f
1 tập tin đã thay đổi với 3 bổ sung1 xóa
  1. 3 1
      ui/src/views/approve/approveDetail/pssrApprove-detail.vue

+ 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')
       })
     }
   }