This commit is contained in:
X1627315083
2024-08-05 16:16:08 +08:00
parent adf5c97587
commit 4a21079775
32 changed files with 5983 additions and 1337 deletions

View File

@@ -335,7 +335,7 @@ export default defineComponent({
},
workspaceCom(newVal,oldVal){
this.workspace = newVal
this.upload.gender = newVal?.sexEnum?.name
this.upload.gender = newVal?.sexEnum?.value
},
scene:{
handler(newVal,oldVal){
@@ -785,7 +785,7 @@ export default defineComponent({
},
});
</script>
<style lang="less">
<style lang="less" scoped>
.generate {
flex: 1;
// height: 30rem;