user5 преди 2 години
родител
ревизия
c29c81e094
променени са 2 файла, в които са добавени 2 реда и са изтрити 0 реда
  1. 1 0
      src/views/modules/sys/project/AssessForm.vue
  2. 1 0
      src/views/modules/sys/project/ConsultationForm.vue

+ 1 - 0
src/views/modules/sys/project/AssessForm.vue

@@ -567,6 +567,7 @@
         }
         this.inputForm.id = id
         if (method === 'add') {
+          this.inputForm.permissionFlag = true
           this.title = `新建项目`
         } else if (method === 'edit') {
           this.title = '修改项目信息'

+ 1 - 0
src/views/modules/sys/project/ConsultationForm.vue

@@ -550,6 +550,7 @@
         }
         this.inputForm.id = id
         if (method === 'add') {
+          this.inputForm.permissionFlag = true
           this.title = `新建项目`
         } else if (method === 'edit') {
           this.title = '修改项目信息'