mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-06 03:58:04 +08:00
修改规格编辑时,规格描述不显示
修改规格编辑时,规格描述不显示
This commit is contained in:
parent
cd90943ac5
commit
ea36d4c872
@ -70,7 +70,7 @@
|
|||||||
// 属性参数
|
// 属性参数
|
||||||
$rootScope.paramList = filterParamList(JSON.parse('{$vo.spec_param|default="[]"|raw}') || []);
|
$rootScope.paramList = filterParamList(JSON.parse('{$vo.spec_param|default="[]"|raw}') || []);
|
||||||
$rootScope.spec_title = '{$vo.spec_title|default=""}';
|
$rootScope.spec_title = '{$vo.spec_title|default=""}';
|
||||||
$rootScope.spec_desc = '{$vo.sepc_desc|default=""}';
|
$rootScope.spec_desc = '{$vo.spec_desc|default=""}';
|
||||||
|
|
||||||
// 删除菜单
|
// 删除菜单
|
||||||
$rootScope.delParam = function (x) {
|
$rootScope.delParam = function (x) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user