修复部分bug
This commit is contained in:
@@ -235,13 +235,13 @@ export default defineComponent({
|
||||
let arr:any = []
|
||||
rv.forEach((item:any) => {
|
||||
arr.push({
|
||||
name:item.name,
|
||||
value:item.value,
|
||||
name:item.value,
|
||||
value:item.name,
|
||||
})
|
||||
});
|
||||
this.designType = rv[0]
|
||||
this.editDesignType = rv[0]
|
||||
this.disignTypeList = rv
|
||||
this.designType = arr[0]
|
||||
this.editDesignType = arr[0]
|
||||
this.disignTypeList = arr
|
||||
// this.workspaceItem.position = this.singleTypeList[0].label
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user