Please enable JavaScript in your browser!
Home
Explore
Help
Sign In
wuye
/
MicroCommunity
Watch
2
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
优化 unitSelect2 显示问题
wuxw
6 years ago
parent
439a08ee21
commit
c7ab697481
1 changed files
with
1 additions
and
1 deletions
Unified View
Show Diff Stats
1
1
WebService/src/main/resources/components/unitPackage/unit-select2/unitSelect2.js
+ 1
- 1
WebService/src/main/resources/components/unitPackage/unit-select2/unitSelect2.js
View File
@@ -92,7 +92,7 @@
};
};
_tmpUnits.push(_tmpUnit);
_tmpUnits.push(_tmpUnit);
}
}
- return _tmpUnit;
+ return _tmpUnit
s
;
}
}
}
}
});
});