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