Merge pull request #115 from freechen/master

修改规格编辑时,规格描述不显示
This commit is contained in:
邹景立 2018-05-28 14:44:51 +08:00 committed by GitHub
commit e7d4e0bda6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -70,7 +70,7 @@
// 属性参数
$rootScope.paramList = filterParamList(JSON.parse('{$vo.spec_param|default="[]"|raw}') || []);
$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) {