分库编辑会新增问题

fengcang
anthonyywj2 3 years ago
parent 47b2bcab04
commit 56ff1562e8

@ -1,7 +1,7 @@
{ {
"UDI_SYNC_SERVER_IP": "http://127.0.0.1:9995/", "UDI_SYNC_SERVER_IP": "http://192.168.0.109:9995/",
"BASE_URL":"http://127.0.0.1:9991", "BASE_URL":"http://139.9.178.73:8080/UDI_WMS_MC/",
"SERVER_IP": "http://127.0.0.1:9991/", "SERVER_IP": "http://139.9.178.73:8080/",
"WEBSOCKET_URL": "ws://127.0.0.1:9991/UDI_WMS_MC/api/websocket/", "WEBSOCKET_URL": "ws://192.168.0.109:9991/UDI_WMS_MC/api/websocket/",
"hosp_name": "平和县医院" "hosp_name": "平和县医院"
} }

@ -776,7 +776,7 @@ export default {
return true; return true;
}, },
// //
handleForm(node, data, formName) { handleForm(data, formName) {
// let no = this.getProjectNum() + Math.floor(Math.random() * 10000) // let no = this.getProjectNum() + Math.floor(Math.random() * 10000)
if (null != data) { if (null != data) {
this.currentId = data.id; this.currentId = data.id;
@ -795,7 +795,6 @@ export default {
} }
this.formData = Object.assign({}, data); this.formData = Object.assign({}, data);
this.node = node;
} else { } else {
// this.formData.code = no; // this.formData.code = no;
this.formVisible = true; this.formVisible = true;
@ -1079,7 +1078,8 @@ export default {
loadSubData(parentId) { loadSubData(parentId) {
this.userData = [];
this.bussinessTypeData = [];
let subQuery = { let subQuery = {
parentId: parentId, parentId: parentId,
} }

Loading…
Cancel
Save