ludc
2023-08-04 42c17fe468ceea7e5eed7fec520b9858bed02e85
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()
        })