修改新用户审批供应商非必选

tagView
zhengmingliang 2 years ago
parent 5127c36103
commit 54b43356fc

@ -500,12 +500,7 @@
passRegister() { passRegister() {
this.checkQuery.roles = this.check; this.checkQuery.roles = this.check;
if (this.$isBlank(this.checkQuery.roles)) {
return this.$message.warning("请选择当前供应商角色");
}
if (this.$isBlank(this.sValue) || !this.sSelectStatus) {
return this.$message.warning("请选择所属供应商");
}
if (this.$isBlank(this.rowData.companyName)) { if (this.$isBlank(this.rowData.companyName)) {
return this.$message.warning("请输入企业名称"); return this.$message.warning("请输入企业名称");
} }

Loading…
Cancel
Save