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