This commit is contained in:
X1627315083
2024-01-02 16:22:33 +08:00
parent f6d006b834
commit fbf441f2c7
5 changed files with 10 additions and 5 deletions

View File

@@ -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'){