diff --git a/src/views/pharmaceuticals/distribution/PanelCreateOrderCodes.vue b/src/views/pharmaceuticals/distribution/PanelCreateOrderCodes.vue index 8d1b502..ee87409 100644 --- a/src/views/pharmaceuticals/distribution/PanelCreateOrderCodes.vue +++ b/src/views/pharmaceuticals/distribution/PanelCreateOrderCodes.vue @@ -115,15 +115,15 @@ >编辑 - 关联 - - + 关联 + +
@@ -137,7 +137,6 @@
- { + updateIoCodeTempEntity({parentCode: this.orderQuery.code, id: this.orderQuery.id}).then((response) => { + if (response.code == 20000) { + this.refreshPanel(); + } }).catch(() => { }); - this.refreshPanel(); + }, repeatAddCode(editData) { @@ -417,7 +419,7 @@ export default { }, components: { - selectRlDialog, DialogSelectUnit, editCodeDialog,operateRelCodeSpell + selectRlDialog, DialogSelectUnit, editCodeDialog, operateRelCodeSpell }, }