Commit d9d06cb9 authored by xxx's avatar xxx

1

parent d3fc94fc
......@@ -2,10 +2,10 @@ ENV = 'development'
# 接口地址
#VUE_APP_BASE_API = 'http://localhost:8000'
VUE_APP_BASE_API = 'http://192.168.0.108:8001'
VUE_APP_BASE_API = 'http://192.168.0.108:9090'
VUE_APP_WS_API = 'ws://120.224.103.84:9092/webSocket'
VUE_APP_LOCAL_API = 'http://192.168.0.108:8001'
VUE_APP_LOCAL_API2 = 'http://192.168.0.108:8001'
VUE_APP_LOCAL_API = 'http://192.168.0.108:9090'
VUE_APP_LOCAL_API2 = 'http://192.168.0.108:9090'
# 是否启用 babel-plugin-dynamic-import-node插件
VUE_CLI_BABEL_TRANSPILE_MODULES = true
......@@ -662,7 +662,7 @@ export default {
if(JSON.stringify(this.zaDestination) != '[]'){
let query1 = {...this.desform};
query1.carNo = item.number;
query1.destination = this.zaDestination[this.zaDestination.length - 1];
query1.destination = this.zaDestination[0] + '-' + (this.zaDestination[1] ? this.zaDestination[1] : '');
HttpReq.truckDispatching.manualSchedulingAdd(query1).then((res) => {
if(res.code == 200){
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment