bug修改
This commit is contained in:
@@ -164,7 +164,12 @@ export default {
|
||||
this.confirmLoading = false
|
||||
return
|
||||
}
|
||||
let str = this.checkedKeys.slice(1).join(',').toString()
|
||||
let str = ''
|
||||
if (this.checkedKeys[0] === '0-0') {
|
||||
str = this.checkedKeys.slice(1).join(',').toString()
|
||||
} else {
|
||||
str = this.checkedKeys.join(',').toString()
|
||||
}
|
||||
this.form.setFieldsValue({ memberName: str })
|
||||
this.form.validateFields((err) => {
|
||||
if (!err) {
|
||||
|
||||
Reference in New Issue
Block a user