changes
This commit is contained in:
@@ -163,7 +163,7 @@ export default {
|
||||
};
|
||||
},
|
||||
async created() {
|
||||
this.setting = await this.$getdata("importsetting", { code: this.code }, undefined, true);
|
||||
this.setting = await this.$getdata("importsetting", { first: true, filter: { code: this.code } });
|
||||
this.requireFields = this.setting.detail;
|
||||
},
|
||||
beforeUnmount() {
|
||||
|
||||
Reference in New Issue
Block a user