From 48bfd046c9e4e5b35a857c6e9417252323d8007c Mon Sep 17 00:00:00 2001
From: 田源 <lastanimals@163.com>
Date: 星期五, 04 八月 2023 17:32:58 +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..d7adab9 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