fix: 转办时未选择人员给提示语
This commit is contained in:
@@ -314,7 +314,8 @@ export default {
|
||||
},
|
||||
saveUserInfo() {
|
||||
if (this.roleList.length === 0) {
|
||||
this.roleList.push({id: "", name: ""});
|
||||
// this.roleList.push({id: "", name: ""});
|
||||
return this.$message.warning('请选择人员')
|
||||
}
|
||||
if (this.checkBox) {
|
||||
this.$emit('checkedRole', this.roleList)
|
||||
|
||||
Reference in New Issue
Block a user