From 097030a30bc1b9ed0e3d92b485cd3b5feac055ce Mon Sep 17 00:00:00 2001 From: KaneLeung Date: Mon, 29 Sep 2025 16:00:34 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=8C=8A=E6=89=93=E5=BC=80=E7=BC=96?= =?UTF-8?q?=E8=BE=91=E6=97=B6=E6=B8=85=E7=A9=BA=E9=A2=84=E8=A7=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Web/src/views/system/serial/component/editSerial.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/Web/src/views/system/serial/component/editSerial.vue b/Web/src/views/system/serial/component/editSerial.vue index dccf6f39..1e08f7cc 100644 --- a/Web/src/views/system/serial/component/editSerial.vue +++ b/Web/src/views/system/serial/component/editSerial.vue @@ -125,6 +125,7 @@ onMounted(async () => { const openDialog = async (row: any, typeData: any[]) => { state.ruleForm = JSON.parse(JSON.stringify(row)); state.ruleForm.formater ??= ''; + state.previewSeqNo = ''; state.typeData = typeData; state.showDialog = true; ruleFormRef.value?.resetFields();