web/src/views/modules/project/Project-AddOrUpdate.vue
@@ -167,6 +167,7 @@ projectConfiger: '', bizDeptId: '', isContract: '', usersecretClass: '' }, projectLeaderList: [], projectTestersList: [], @@ -221,6 +222,10 @@ }, // 表单提交 async formSubmit() { if (this.dataForm.secretClass>this.dataForm.usersecretClass){ this.$alert("当前项目设置的密级高于当前用户的密级,请重新设置") return } if (this.dataForm && this.dataForm.projectTesters instanceof Array) { this.dataForm.projectTesters = this.dataForm.projectTesters.join(',') console.log(this.dataForm.projectTesters)