This commit is contained in:
X1627315083
2024-07-31 09:41:44 +08:00
parent 9980a519c1
commit 1e2dafcc31

View File

@@ -335,7 +335,7 @@ export default defineComponent({
}, },
workspaceCom(newVal,oldVal){ workspaceCom(newVal,oldVal){
this.workspace = newVal this.workspace = newVal
this.upload.gender = newVal?.sexEnum?.name this.upload.gender = newVal?.sexEnum?.value
}, },
scene:{ scene:{
handler(newVal,oldVal){ handler(newVal,oldVal){