2213980799@qq.com 1 سال پیش
والد
کامیت
9476578553
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      src/views/bpm/handleTask/components/exceptionManagement/exceptionList/create.vue

+ 1 - 1
src/views/bpm/handleTask/components/exceptionManagement/exceptionList/create.vue

@@ -285,7 +285,7 @@ export default {
       if (this.type == 'edit' && (await this.getValidate())) {
         return this.form;
       }
-      if (this.type == 'add') {
+      if (this.type == 'detail') {
         return this.form.approvalProcess;
       }
       return false