fix
This commit is contained in:
@@ -4,6 +4,7 @@ export const useProjectStore = defineStore('project', () => {
|
||||
const state = ref({// 项目参数
|
||||
id: '',
|
||||
nodeId: '',
|
||||
nodeCreateTime: '',
|
||||
})
|
||||
|
||||
const setProject = (obj: any) => {
|
||||
@@ -20,6 +21,7 @@ export const useProjectStore = defineStore('project', () => {
|
||||
state.value = {
|
||||
id: '',
|
||||
nodeId: '',
|
||||
nodeCreateTime: '',
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user