mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-23 18:00:29 +08:00
修复邮费模板初始化问题
This commit is contained in:
parent
08e678ddbe
commit
4a6cb18292
@ -150,8 +150,8 @@
|
|||||||
$rootScope.citys.forEach(function (item) {
|
$rootScope.citys.forEach(function (item) {
|
||||||
delete item.id, delete item.pid;
|
delete item.id, delete item.pid;
|
||||||
item.subs.forEach(function (item) {
|
item.subs.forEach(function (item) {
|
||||||
item.show = true;
|
|
||||||
delete item.id, delete item.pid;
|
delete item.id, delete item.pid;
|
||||||
|
item.show = true, item.status = false;
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
/*! 对象值到为指定小数 */
|
/*! 对象值到为指定小数 */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user