feat:更新训练场模块
This commit is contained in:
@@ -29,12 +29,11 @@ export const useLibraryStore = defineStore('library', {
|
||||
} as ILibraryFile,
|
||||
fileDetailDialogVisible: false,
|
||||
fileDialogVisible: false,
|
||||
hasGenerateQuestion: false,
|
||||
fileContentDialogVisible: false,
|
||||
fileApiType: 'ADD' as IHandleApi,
|
||||
subjectOptions: [] as IOptions[],
|
||||
moduleOptions: [] as IOptions[],
|
||||
activeStep: 1,
|
||||
questionContent: ''
|
||||
activeStep: 1
|
||||
}),
|
||||
actions: {
|
||||
async queryFileList() {
|
||||
@@ -80,8 +79,7 @@ export const useLibraryStore = defineStore('library', {
|
||||
subject: '',
|
||||
uploadTime: '',
|
||||
type: '',
|
||||
content: '',
|
||||
questions: []
|
||||
content: ''
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user