diff --git a/public/config.json b/public/config.json index e7474d4..21a12b0 100644 --- a/public/config.json +++ b/public/config.json @@ -1,7 +1,7 @@ { - "UDI_SYNC_SERVER_IP": "http://127.0.0.1:9995/", - "BASE_URL":"http://127.0.0.1:9991", - "SERVER_IP": "http://127.0.0.1:9991/", - "WEBSOCKET_URL": "ws://127.0.0.1:9991/UDI_WMS_MC/api/websocket/", + "UDI_SYNC_SERVER_IP": "http://192.168.0.109:9995/", + "BASE_URL":"http://139.9.178.73:8080/UDI_WMS_MC/", + "SERVER_IP": "http://139.9.178.73:8080/", + "WEBSOCKET_URL": "ws://192.168.0.109:9991/UDI_WMS_MC/api/websocket/", "hosp_name": "平和县医院" } diff --git a/src/views/basic/invWarehouse.vue b/src/views/basic/invWarehouse.vue index d46d257..b4284ae 100644 --- a/src/views/basic/invWarehouse.vue +++ b/src/views/basic/invWarehouse.vue @@ -776,7 +776,7 @@ export default { return true; }, // 显示表单 - handleForm(node, data, formName) { + handleForm(data, formName) { // let no = this.getProjectNum() + Math.floor(Math.random() * 10000) if (null != data) { this.currentId = data.id; @@ -795,7 +795,6 @@ export default { } this.formData = Object.assign({}, data); - this.node = node; } else { // this.formData.code = no; this.formVisible = true; @@ -1079,7 +1078,8 @@ export default { loadSubData(parentId) { - + this.userData = []; + this.bussinessTypeData = []; let subQuery = { parentId: parentId, }