ludc
2023-10-26 617b1344c9788eea6b4260d2251501b1e3e86f7c
Source/UBCS-WEB/src/components/MasterCrud/VciMasterCrud.vue
@@ -881,6 +881,8 @@
    },
    //增加保存
    AddSumbit(val) {
      console.log(val)
      val.ts = val.ts.toISOString().replace("Z", "");
      addSaveCode(val).then(res => {
        this.$nextTick(() => {
          this.addvisible = false;