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