diff --git a/src/views/distribution/reservation/reservationAddFrom.vue b/src/views/distribution/reservation/reservationAddFrom.vue index 56db149e..7d2c5eca 100644 --- a/src/views/distribution/reservation/reservationAddFrom.vue +++ b/src/views/distribution/reservation/reservationAddFrom.vue @@ -451,13 +451,13 @@ - + - + - + @@ -2293,7 +2293,7 @@ export default { let data={ entityList:[] } - + this.orderList.forEach(item=>{ item.customerName = this.clientData.customerName;//用户名称 item.customerTelephone=this.clientData.customerTelephone;//用户电话 @@ -2324,6 +2324,7 @@ export default { console.log('this.client===============>', this.clientData); updateClient(this.clientData).then(res => { console.log('res>>>>>>>>>>>', res.data.data); + this.orderList=[] this.onLoadOrder(this.page); this.dialogVisible = false; }).catch(()=>{ diff --git a/vite.config.js b/vite.config.js index 85e2a6c9..dcf64d0d 100644 --- a/vite.config.js +++ b/vite.config.js @@ -25,7 +25,7 @@ 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',//CY // target: 'http://192.168.10.57:13000', @@ -33,7 +33,7 @@ export default ({ mode, command }) => { // target: 'http://192.168.10.29:13000', // target: 'http://192.168.3.5:13000',//? // target: 'http://h5uapi.huitongys.com', - target: 'http://test.api.huo5you.com', + // target: 'http://test.api.huo5you.com', changeOrigin: true, rewrite: path => path.replace(/^\/api/, ''), },