From 0bd3343912d4b50bb0b3402b2f9eb5b6ebf85246 Mon Sep 17 00:00:00 2001 From: ludc Date: 星期五, 04 八月 2023 18:44:27 +0800 Subject: [PATCH] Merge branch 'master' of http://dev.vci-tech.com:1065/r/ubcs --- 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