From c2f77cb1c01b8215fd2fc8c76fd4180629b7f08f Mon Sep 17 00:00:00 2001
From: whycq <10027870+whycq@user.noreply.gitee.com>
Date: 星期一, 12 九月 2022 14:47:35 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/zypms' into zypms
---
src/main/webapp/static/js/hostTable.js | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/main/webapp/static/js/hostTable.js b/src/main/webapp/static/js/hostTable.js
index 8c5c063..e1f440c 100644
--- a/src/main/webapp/static/js/hostTable.js
+++ b/src/main/webapp/static/js/hostTable.js
@@ -12,7 +12,7 @@
var insTb = table.render({
elem: '#originTable',
- url: baseUrl + '/item/list/auth',
+ url: baseUrl + '/host/list/auth',
height: 'full-100',
headers: {token: localStorage.getItem('token')},
request: {
@@ -54,7 +54,7 @@
/* 琛ㄦ牸鎼滅储 */
form.on('submit(originTbReset)', function (data) {
insTb.reload();
- insTb2.reload({where: {item_id: null}, page: {curr: 1}});
+ insTb2.reload({where: {host_id: null}, page: {curr: 1}});
return false;
});
@@ -80,7 +80,7 @@
table.on('row(originTable)', function (obj) {
selObj = obj;
obj.tr.addClass('layui-table-click').siblings().removeClass('layui-table-click');
- insTb2.reload({where: {item_id: obj.data.id}, page: {curr: 1}});
+ insTb2.reload({where: {host_id: obj.data.id}, page: {curr: 1}});
});
/* 鏄剧ず琛ㄥ崟寮圭獥 */
--
Gitblit v1.9.1