Commit 2f84ad21 by caoyanzhi

Merge branch 'bugfix/链接小工具优化' into dev

parents 207dcd45 846f1f4d
......@@ -2108,7 +2108,7 @@ export default {
// return false;
// }
// 如果是单选下拉
if (twoType == 0) {
if (twoType == 0 || twoType == 5) {
result.forEach(function(ele,index){
ele.id = ele.linkId;
ele.label = ele.name;
......
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