Browse Source

页面调整

user5 2 years ago
parent
commit
c29c81e094

+ 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 = '修改项目信息'