Browse Source

通过和驳回

ys321973351 1 year ago
parent
commit
9f471d1ec6
1 changed files with 3 additions and 0 deletions
  1. 3 0
      itdmWeb/src/views/module-iTDM/flowpath/ItdmRunFlowPathList.vue

+ 3 - 0
itdmWeb/src/views/module-iTDM/flowpath/ItdmRunFlowPathList.vue

@@ -332,6 +332,9 @@ export default {
         onOk() {
           var data = { 'runFlowPath': record.id }
           runFlowPathPass1(data).then(response => {
+            if (response.code == '500') {
+              that.$message.error(response.message)
+            }
             that.loadData(1);
           })
         },