This commit is contained in:
Viet An
2026-06-05 20:12:34 +07:00
parent 3254c64f7d
commit 541f99f82a
13 changed files with 47 additions and 83 deletions

View File

@@ -45,7 +45,7 @@ export default {
},
methods: {
async save() {
let rs = await this.$updateapi("file", this.record);
let rs = await this.$patchapi("file", this.record);
},
},
};