From 282f2cb6c4920ac940164f17b22a4d60c2ddb66f Mon Sep 17 00:00:00 2001
From: xiaoyong931011 <15274802129@163.com>
Date: Wed, 22 Sep 2021 10:29:55 +0800
Subject: [PATCH] 20210922
---
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