From 9f0d686c76af97ab2ce2102783d0bc02fa56cb41 Mon Sep 17 00:00:00 2001 From: Helius <wangdoubleone@gmail.com> Date: Fri, 24 Sep 2021 16:47:17 +0800 Subject: [PATCH] Merge branch 'master' of http://120.27.238.55:7000/r/xc-mall --- src/main/resources/templates/febs/views/modules/product/categoryAdd.html | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/main/resources/templates/febs/views/modules/product/categoryAdd.html b/src/main/resources/templates/febs/views/modules/product/categoryAdd.html index 248be12..a9e9d66 100644 --- a/src/main/resources/templates/febs/views/modules/product/categoryAdd.html +++ b/src/main/resources/templates/febs/views/modules/product/categoryAdd.html @@ -88,7 +88,7 @@ return result; }, success: function () { - formSelects.value('user-update-category', user.id.split(',')); + formSelects.value('user-update-category', member.id.split(',')); }, error: function (id, url, searchVal, err) { console.error(err); -- Gitblit v1.9.1