Commit f73bbd2a authored by bingchuan's avatar bingchuan

[dev]支持悬浮

parent 5767968c
......@@ -1734,7 +1734,8 @@
//Check model array of all items available
if (!checkFnMultiple(data, inputValue[k])) {
//If not found on previous lists, just add it directly to resultMultiple
resultMultiple.push(inputValue[k]);
//选择的值如果在列表没有不添加
//resultMultiple.push(inputValue[k]);
}
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment