From b3429130a0928ec4a22abd46bb83c4ad19a49cbe Mon Sep 17 00:00:00 2001 From: yewj Date: Fri, 8 Nov 2024 15:37:35 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=B3=E8=81=94=E5=85=B3=E7=B3=BB=E5=88=B7?= =?UTF-8?q?=E6=96=B0=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../distribution/PanelCreateOrderCodes.vue | 28 ++++++++++--------- 1 file changed, 15 insertions(+), 13 deletions(-) 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 }, }