修复bug
This commit is contained in:
@@ -646,7 +646,7 @@ export default defineComponent({
|
||||
// params = 'MalePosition'
|
||||
// }
|
||||
this.store.commit('setPosition',this.sex)
|
||||
this.designType = this.designTypeList.Sketchboard[0].value
|
||||
this.designType = this.designTypeList.Sketchboard?.[0].value
|
||||
|
||||
// await Https.axiosGet(Https.httpUrls.workspaceenumValues,{params:{enumName:params}}).then((rv: any) => {
|
||||
// if (rv) {
|
||||
|
||||
Reference in New Issue
Block a user