From 9062e6497ed5f70da518706f35ecc318e98a8b23 Mon Sep 17 00:00:00 2001 From: x_ying <2438792676@qq.com> Date: Thu, 7 Jul 2022 08:23:48 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A0=87=E7=AD=BE=E7=AE=A1=E7=90=86=20?= =?UTF-8?q?=E6=A0=87=E7=AD=BE=E4=BD=BF=E7=94=A8=E8=AE=B0=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/storeManage/tagManage/bindTagList.js | 10 +- .../storeManage/tagManage/tagLog/index.vue | 193 +++++++++++++++--- 2 files changed, 170 insertions(+), 33 deletions(-) diff --git a/src/api/storeManage/tagManage/bindTagList.js b/src/api/storeManage/tagManage/bindTagList.js index 6692340..fc4d277 100644 --- a/src/api/storeManage/tagManage/bindTagList.js +++ b/src/api/storeManage/tagManage/bindTagList.js @@ -23,4 +23,12 @@ export function unbindTag(data) { data }) } -export default { initTagList, bingdingLabel, unbindTag } + +export function initTagLogList(parameter) { + return request({ + url: 'api/tag/initTagLogList', + method: 'get', + params: parameter + }) +} +export default { initTagList, bingdingLabel, unbindTag, initTagLogList } diff --git a/src/views/storeManage/tagManage/tagLog/index.vue b/src/views/storeManage/tagManage/tagLog/index.vue index ee0cb1d..8a94d9d 100644 --- a/src/views/storeManage/tagManage/tagLog/index.vue +++ b/src/views/storeManage/tagManage/tagLog/index.vue @@ -1,53 +1,182 @@