From 9d69954c11fb451490425aa522be78959ea67a16 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E6=AD=A3=E6=98=93?= <9634538+git_rabbit@user.noreply.gitee.com> Date: Wed, 17 Apr 2024 15:35:49 +0800 Subject: [PATCH] 1 --- src/views/wmsManagement/WmpatchSearch.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/views/wmsManagement/WmpatchSearch.vue b/src/views/wmsManagement/WmpatchSearch.vue index 1ce914c..ec2452e 100644 --- a/src/views/wmsManagement/WmpatchSearch.vue +++ b/src/views/wmsManagement/WmpatchSearch.vue @@ -100,6 +100,7 @@ export default { getList() { this.loading = true Node_patch_search(this.queryParams).then((res) => { + console.log(res); if (res.code == 200) { this.dataList = res.data.item1 this.total = res.data.item2