1
0
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:
Anyon 2020-09-17 13:07:40 +08:00
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;