巡检
This commit is contained in:
@@ -150,7 +150,7 @@ const handleRemove = (index) => {
|
||||
};
|
||||
// 点击组件某一项
|
||||
const handleChange = (index, item) => {
|
||||
console.log("选中了某一项", index, item);
|
||||
// console.log("选中了某一项", index, item);
|
||||
// 如果是单选框,选中一项后直接关闭
|
||||
if (!props.multiple) {
|
||||
console.log("关闭下拉框");
|
||||
|
||||
Reference in New Issue
Block a user