Commit 846f1f4d by caoyanzhi

update: 游戏无法选择

parent 634e861b
......@@ -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