Browse Source

优化包件明细查询,空值不查询

dev-xx
马远东 1 year ago
parent
commit
8ef6f6cb4a
  1. 3
      src/views/warehouse/parcelList/distributionParcelList.vue
  2. 4
      vite.config.js

3
src/views/warehouse/parcelList/distributionParcelList.vue

@ -849,6 +849,9 @@ export default {
},
inputsc(index, row) {
if(!row.values){
return
}
this.query[row.prop] = index;
console.log(this.query);
this.page.currentPage = 1;

4
vite.config.js

@ -23,13 +23,13 @@ export default ({ mode, command }) => {
// 新zyc
// target: 'http://192.168.6.116:8777',
// target: 'http://192.168.6.122:8777',
// target: 'http://192.168.3.14:13000',
target: 'http://192.168.3.14:13000',
// target: 'http://192.168.10.25:2888',
// target: 'http://192.168.6.161:9777',//CYZ
// target: 'http://192.168.10.57:13000',
// target: 'http://192.168.10.200:13000',
// target: 'http://192.168.10.29:13000',
target: 'http://192.168.3.4:13000',//?
// target: 'http://192.168.3.5:13000',//?
// target: 'http://h5uapi.huitongys.com',
// target: 'http://test.api.huo5you.com',

Loading…
Cancel
Save