名称调整
This commit is contained in:
@@ -605,10 +605,13 @@ export default {
|
||||
if(value == null || value == '' || value == undefined){
|
||||
return false
|
||||
}
|
||||
if(value.length > 0){
|
||||
if(value.length > 1){
|
||||
return true
|
||||
}
|
||||
}
|
||||
},
|
||||
onPopoverShow(list) {
|
||||
this.relationToolList = list; // 更新要显示的工具列表
|
||||
},
|
||||
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user