changes
This commit is contained in:
@@ -168,7 +168,7 @@ export default {
|
||||
},
|
||||
async saveData() {
|
||||
if (!this.row) return this.insertData();
|
||||
await this.$updateapi("importsetting", this.current, undefined, this.pagename);
|
||||
await this.$patchapi("importsetting", this.current, undefined, this.pagename);
|
||||
},
|
||||
updateFromModel() {
|
||||
let filter = this.$filter(this.pagedata2.data, {
|
||||
|
||||
Reference in New Issue
Block a user