소스 검색

页面调整

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