From ca7809d5fcf86454118d41c88a3b9c238fe6b270 Mon Sep 17 00:00:00 2001 From: xiaoyong931011 <15274802129@163.com> Date: Sat, 28 May 2022 10:58:49 +0800 Subject: [PATCH] Merge branch 'mall-amz' of http://120.27.238.55:7000/r/xc-mall into mall-amz --- src/main/resources/templates/febs/views/modules/goods/goodsUpdateNew.html | 7 +++++-- 1 files changed, 5 insertions(+), 2 deletions(-) diff --git a/src/main/resources/templates/febs/views/modules/goods/goodsUpdateNew.html b/src/main/resources/templates/febs/views/modules/goods/goodsUpdateNew.html index bfd4d27..d670df0 100644 --- a/src/main/resources/templates/febs/views/modules/goods/goodsUpdateNew.html +++ b/src/main/resources/templates/febs/views/modules/goods/goodsUpdateNew.html @@ -588,8 +588,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) { -- Gitblit v1.9.1