From 75155bceb98d52bc7a898b45d5dd6ce4e7850bdf Mon Sep 17 00:00:00 2001 From: zds <2388969634@qq.com> Date: Tue, 25 Oct 2022 18:06:21 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mes/qd/src/views/wms/basedata/pdm/wastecchange/index.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mes/qd/src/views/wms/basedata/pdm/wastecchange/index.vue b/mes/qd/src/views/wms/basedata/pdm/wastecchange/index.vue index e52b8181..cb592694 100644 --- a/mes/qd/src/views/wms/basedata/pdm/wastecchange/index.vue +++ b/mes/qd/src/views/wms/basedata/pdm/wastecchange/index.vue @@ -322,10 +322,10 @@ export default { this.confirm_flg = true crudWastecchange.confirm(row).then(res => { this.crud.notify('操作成功', CRUD.NOTIFICATION_TYPE.SUCCESS) - this.crud.toQuery() + this.crud.refresh() this.confirm_flg = false }).catch(() => { - this.crud.toQuery() + this.crud.refresh() this.confirm_flg = false }) }