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