Source/UBCS-WEB/src/components/MasterCrud/VciMasterCrud.vue
@@ -864,6 +864,7 @@ }) }) }, //修改回调 EditSumbit(val) { this.editvisible = false; editSaveCode(val).then(res => { @@ -872,9 +873,14 @@ }) }) }, //数据更改回调 updataSumbit(val){ this.DataVisible = false; val.copyfromversion = this.rowOid; val.oid='' console.log(val) upSaveCode(val).then(res=>{ console.log(res) this.$nextTick(() => { this.onLoad() })