From 6ede6b27b7c8d4ea5cbf4ec93b17b5f2358debf1 Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@163.com>
Date: 星期六, 13 三月 2021 09:46:59 +0800
Subject: [PATCH] #
---
src/main/webapp/static/js/tagTree.js | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/main/webapp/static/js/tagTree.js b/src/main/webapp/static/js/tagTree.js
index 3d4fcc7..dcbbca5 100644
--- a/src/main/webapp/static/js/tagTree.js
+++ b/src/main/webapp/static/js/tagTree.js
@@ -42,7 +42,7 @@
$('#organizationTree').find('.ew-tree-click').removeClass('ew-tree-click');
$(obj.elem).children('.layui-tree-entry').addClass('ew-tree-click');
tableIns.reload({
- where: {temId: obj.data.id},
+ where: {tag_id: obj.data.id},
page: {curr: 1}
});
}
@@ -50,7 +50,7 @@
treeData = res.data;
if (isEmpty(condition) && init) {
tableIns.reload({
- where: {temId: ""},
+ where: {tag_id: ""},
page: {curr: 1}
});
}
--
Gitblit v1.9.1