YL2767 2 months ago
parent
commit
f437fb6d0a
2 changed files with 4 additions and 3 deletions
  1. 2
    2
      config/dev.env.js
  2. 2
    1
      src/view/ware/storechange.vue

+ 2
- 2
config/dev.env.js View File

@@ -4,7 +4,7 @@ const prodEnv = require('./prod.env')
4 4
 
5 5
 module.exports = merge(prodEnv, {
6 6
   NODE_ENV: '"development"',
7
-  // BASE_API: '"http://120.224.213.150/thware/"'
8
-	BASE_API: '"http://localhost:8080/thware/"'
7
+  // BASE_API: '"http://120.224.213.150/thware_mj/"'
8
+	 BASE_API: '"http://localhost:8080/thware/"'
9 9
 	// BASE_API: '"http://47.104.245.159:8081/thware/"'
10 10
 })

+ 2
- 1
src/view/ware/storechange.vue View File

@@ -98,7 +98,7 @@
98 98
 				</el-table-column>
99 99
 				<el-table-column prop="customer.name" label="订单客户" width="300" show-overflow-tooltip header-align="center">
100 100
 				</el-table-column>
101
-				<el-table-column prop="customer.name" label="客户名称" width="300" show-overflow-tooltip header-align="center">
101
+				<el-table-column prop="fkComponyId" label="客户名称" width="300" show-overflow-tooltip header-align="center">
102 102
 				</el-table-column>
103 103
 				<el-table-column prop="receiveAddress" label="收货地址" width="300" show-overflow-tooltip header-align="center">
104 104
 				</el-table-column>
@@ -445,6 +445,7 @@
445 445
 				console.log(param);
446 446
 				axios.get(url, param).then(response => {
447 447
 					if (response.data.code == 0) {
448
+						console.log(response.data.data.list);
448 449
 						this.tableData = response.data.data.list
449 450
 						this.totalRows = response.data.data.total
450 451
 					} else {

Loading…
Cancel
Save