fix
This commit is contained in:
@@ -328,8 +328,8 @@ export default defineComponent({
|
||||
store: useStore(),
|
||||
};
|
||||
},
|
||||
mounted() {
|
||||
this.getPosition()
|
||||
async mounted() {
|
||||
await this.getPosition()
|
||||
this.getworkspace()
|
||||
this.getSex()
|
||||
},
|
||||
@@ -406,6 +406,8 @@ export default defineComponent({
|
||||
num = 1
|
||||
}
|
||||
this.singleTypeList = this.position[num].value
|
||||
console.log(this.position[num],this.singleTypeList);
|
||||
|
||||
this.store.commit("setWorkspacePosition", this.position[num].value);
|
||||
|
||||
if(str == 'sex'){
|
||||
|
||||
Reference in New Issue
Block a user