From c6be5ad8ef96f5748adad2ded96744b45f5d3dee Mon Sep 17 00:00:00 2001
From: ludc
Date: 星期二, 08 八月 2023 15:07:40 +0800
Subject: [PATCH] 提交代码

---
 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