部分bug修复和对话中的图片过期处理
This commit is contained in:
@@ -94,7 +94,7 @@ export default defineComponent({
|
||||
openType:'',
|
||||
collectionStep:1,
|
||||
selectObject:computed(()=>store.state.Workspace.probjects),//选择的项目
|
||||
createProbject:inject('createProbject') as any
|
||||
createProbject:inject('createProbject',()=>{}) as any
|
||||
|
||||
})
|
||||
let driver__:any = computed(()=>{
|
||||
|
||||
Reference in New Issue
Block a user