From 6fcfc66f0819452d38c890dc9c4287fe63a16cf7 Mon Sep 17 00:00:00 2001 From: 田源 <lastanimals@163.com> Date: 星期五, 04 八月 2023 17:21:50 +0800 Subject: [PATCH] 主数据导出重新修改 --- Source/UBCS-WEB/src/components/MasterCrud/VciMasterCrud.vue | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/Source/UBCS-WEB/src/components/MasterCrud/VciMasterCrud.vue b/Source/UBCS-WEB/src/components/MasterCrud/VciMasterCrud.vue index 8fb1716..ae7100b 100644 --- a/Source/UBCS-WEB/src/components/MasterCrud/VciMasterCrud.vue +++ b/Source/UBCS-WEB/src/components/MasterCrud/VciMasterCrud.vue @@ -875,6 +875,7 @@ updataSumbit(val){ this.DataVisible = false; upSaveCode(val).then(res=>{ + res.data.data.copyfromversion=this.rowOid this.$nextTick(() => { this.onLoad() }) -- Gitblit v1.9.3