From 222c109727ed1da438f3371a2b0934d6cef85ee5 Mon Sep 17 00:00:00 2001 From: 田源 <lastanimals@163.com> Date: 星期六, 05 八月 2023 21:26:45 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/master' --- Source/UBCS-WEB/src/components/MasterCrud/VciMasterCrud.vue | 7 ++++++- 1 files changed, 6 insertions(+), 1 deletions(-) diff --git a/Source/UBCS-WEB/src/components/MasterCrud/VciMasterCrud.vue b/Source/UBCS-WEB/src/components/MasterCrud/VciMasterCrud.vue index ae7100b..6d4c5a1 100644 --- a/Source/UBCS-WEB/src/components/MasterCrud/VciMasterCrud.vue +++ b/Source/UBCS-WEB/src/components/MasterCrud/VciMasterCrud.vue @@ -864,6 +864,7 @@ }) }) }, + //淇敼鍥炶皟 EditSumbit(val) { this.editvisible = false; editSaveCode(val).then(res => { @@ -872,10 +873,14 @@ }) }) }, + //鏁版嵁鏇存敼鍥炶皟 updataSumbit(val){ this.DataVisible = false; + val.copyFromVersion = this.rowOid; + val.oid='' + console.log(val) upSaveCode(val).then(res=>{ - res.data.data.copyfromversion=this.rowOid + console.log(res) this.$nextTick(() => { this.onLoad() }) -- Gitblit v1.9.3