changes
This commit is contained in:
@@ -64,15 +64,13 @@ export default {
|
||||
};
|
||||
},
|
||||
async created() {
|
||||
this.record = await this.$getdata(
|
||||
"user",
|
||||
undefined,
|
||||
{
|
||||
this.record = await this.$getdata("user", {
|
||||
first: true,
|
||||
params: {
|
||||
filter: { id: this.userId || this.store.login.id },
|
||||
values: "id,username,fullname,type,type__name,create_time",
|
||||
},
|
||||
true,
|
||||
);
|
||||
});
|
||||
},
|
||||
};
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user