mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-27 20:06:37 +08:00
Update form.html
This commit is contained in:
parent
6bb4088db2
commit
f3d3e3b0e6
@ -165,13 +165,11 @@
|
||||
});
|
||||
return isfull ? '' : '(' + citys.join('、') + ')';
|
||||
};
|
||||
/*! 检查是否还拥有可以选择的项目 */
|
||||
$rootScope.ShowProvinceShow = function (province) {
|
||||
return province.subs.some(function (item) {
|
||||
if (item.show) return true;
|
||||
})
|
||||
}
|
||||
/*! 检查是否还拥有可以选择的项目 */
|
||||
$rootScope.ShowProvinceStatus = function (province) {
|
||||
return province.subs.some(function (item) {
|
||||
if (item.status) return true;
|
||||
|
Loading…
x
Reference in New Issue
Block a user