wangting
2023-08-04 3cfe77db7df4961266321e5b78858e3dab382433
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()
        })