changes
This commit is contained in:
@@ -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", {
|
||||
|
||||
Reference in New Issue
Block a user