From 61ca7b82cd435df3f6eb118b058b6ad50a82b24c Mon Sep 17 00:00:00 2001 From: lb Date: Fri, 15 Sep 2023 15:19:39 +0800 Subject: [PATCH] update --- public/index.html | 4 ++-- src/views/modules/pms/packReport/index.vue | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/public/index.html b/public/index.html index 18e8c15..3b60c3f 100644 --- a/public/index.html +++ b/public/index.html @@ -40,8 +40,8 @@ // window.SITE_CONFIG['apiURL'] = 'http://192.168.1.103:8080/pms-am'; // window.SITE_CONFIG['apiURL'] = 'http://192.168.1.49:8080/pms-am'; // tengyun // window.SITE_CONFIG['apiURL'] = 'http://192.168.1.67:8080/pms-am'; // wenzhang - window.SITE_CONFIG['apiURL'] = 'http://192.168.1.62:8080/pms-am'; // tao - // window.SITE_CONFIG['apiURL'] = 'http://192.168.1.21:8080/pms-am'; // xv + // window.SITE_CONFIG['apiURL'] = 'http://192.168.1.62:8080/pms-am'; // tao + window.SITE_CONFIG['apiURL'] = 'http://192.168.1.21:8080/pms-am'; // xv // window.SITE_CONFIG['apiURL'] = 'http://localhost:3000/p//////ms-am'; // xv <% } %> diff --git a/src/views/modules/pms/packReport/index.vue b/src/views/modules/pms/packReport/index.vue index 4049bd3..58cc910 100644 --- a/src/views/modules/pms/packReport/index.vue +++ b/src/views/modules/pms/packReport/index.vue @@ -148,7 +148,7 @@ export default { this.tableLoading = false; if (res.code == 0) { - this.dataList = res.data; + this.dataList = res.data.list; } else { this.$message.error(res.msg); }