Ver Fonte

代办事项-提交失败-提示原因

jbb há 1 ano atrás
pai
commit
cbc2e82ec1
1 ficheiros alterados com 3 adições e 0 exclusões
  1. 3 0
      src/views/activiti/operation/todoManageOperation.vue

+ 3 - 0
src/views/activiti/operation/todoManageOperation.vue

@@ -284,6 +284,7 @@ export default {
       this.modalTaskVisible = true
     },
     async handelSubmit() {
+      debugger
       console.log('提交')
       this.submitLoading = true
       var formData = Object.assign({}, this.form)
@@ -335,6 +336,8 @@ export default {
               this.modalTaskVisible = false
               //刷新父组件数据
               this.$emit('refreshToDo')
+            }else{
+              this.$message.error(res.message)
             }
           })
         }