From 8f5e32d3b744ffdcf944d7367ac997c22fc514a3 Mon Sep 17 00:00:00 2001 From: zouyu <2723363702@qq.com> Date: 星期四, 21 十二月 2023 13:32:01 +0800 Subject: [PATCH] modified: src/views/technology/document/document-form.vue --- src/views/technology/document/document-form.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/views/technology/document/document-form.vue b/src/views/technology/document/document-form.vue index d0eeadf..5c2eaaf 100644 --- a/src/views/technology/document/document-form.vue +++ b/src/views/technology/document/document-form.vue @@ -261,7 +261,7 @@ > <TeststandardDialog :editable="editable" - :documentId="Number(dataForm.id)" + :documentId="dataForm.id" > </TeststandardDialog> </el-tab-pane> -- Gitblit v1.9.3