xiaoyong931011
2022-05-28 e9bcfdba00460e64307f422bd08303a07b90a288
src/main/resources/templates/febs/views/modules/goods/goodsUpdateNew.html
@@ -322,6 +322,9 @@
                value : 'id',
                children : 'child'
            },
            iconfont: {
                parent: 'hidden',
            },
            radio: true,
            clickClose: true,
            tree: {
@@ -552,7 +555,6 @@
                "thumbs": thumbs
            });
            console.log(goodsInfo.categoryId);
            var arr = [];
            arr.push(goodsInfo.categoryId)
            category.setValue(arr);
@@ -588,8 +590,11 @@
                selector: '#toolbar-container',
                mode: 'default'
            });
            tableSkuData = skus;
            reloadTable(skus);
            if (skus) {
                tableSkuData = skus;
                reloadTable(skus);
            }
        }
        form.on('submit(goods-update-form-submit)', function (data) {