fix: 模板预览字段更改
This commit is contained in:
@@ -52,7 +52,7 @@ export const useQuestionStore = defineStore('questionStore', () => {
|
||||
let { data } = await AnswerApi.getQuetions({
|
||||
id: urlParamSearch.get('sn'),
|
||||
data: {
|
||||
is_preview: 1,
|
||||
is_preview: 0,
|
||||
is_template: urlParamSearch.get('is_template') || 0,
|
||||
source: urlParamSearch.get('source') ?? ''
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user