From d688a43db6dd6b41f40ca021d618831d4c74d935 Mon Sep 17 00:00:00 2001 From: zhang_li <2235006734@qqq.com> Date: Tue, 13 Aug 2024 10:28:00 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AE=B0=E5=BD=95=E4=BB=BB=E5=8A=A1=E4=BD=BF?= =?UTF-8?q?=E7=94=A8=E5=86=B3=E7=AD=96=E4=BF=9D=E5=AD=98=E4=B9=8B=E5=90=8E?= =?UTF-8?q?=E7=9B=B4=E6=8E=A5=E6=89=93=E5=BC=80=E5=8F=91=E5=B8=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/qms/inspectionRecord/index.vue | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/views/qms/inspectionRecord/index.vue b/src/views/qms/inspectionRecord/index.vue index 1d5f77f70..d3f6c3cc0 100644 --- a/src/views/qms/inspectionRecord/index.vue +++ b/src/views/qms/inspectionRecord/index.vue @@ -315,8 +315,10 @@ const basicFormRef = ref() // } /** 使用决策操作操作 */ const formRef = ref() +const rowData = ref() const openUseForm = async (type: string, row?: number) => { tableData.value = [] // 重置明细数据 + rowData.value = row formRef.value.open(type, row) } @@ -393,6 +395,7 @@ const submitForm = async (formType, data) => { message.success(t('common.updateSuccess')) } formRef.value.dialogVisible = false + handleOrderPub(rowData.value ) // 刷新当前列表 getList() } finally {