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