This commit is contained in:
Viet An
2026-06-04 13:57:27 +07:00
parent 2981d9790a
commit 2a1f85c2af
44 changed files with 99 additions and 102 deletions

View File

@@ -54,7 +54,7 @@ export default {
return { ref: this.row.id, file: v.id };
});
let found = this.$findapi(this.api);
let rs = await this.$insertapi(this.api, arr, found.params.values);
let rs = await this.$insertapi(this.api, { data: arr, values: found.params.values });
if (rs === "error") return;
this.files = this.files.concat(rs);
this.$store.commit("updateState", {