【新增】 PPT出题页面更新
This commit is contained in:
@@ -407,7 +407,7 @@ const formData = ref({
|
||||
// 定义 pptxPoints 类型
|
||||
interface PptxPoints {
|
||||
firstName: string;
|
||||
index: string;
|
||||
slideIndex: string;
|
||||
function: string;
|
||||
examName: string;
|
||||
examCode: string;
|
||||
@@ -458,7 +458,7 @@ const handleCheckChange = (data: any, _checked: boolean, _indeterminate: boolean
|
||||
console.log(data)
|
||||
const pptxPoints: PptxPoints = {
|
||||
firstName: '',
|
||||
index: '',
|
||||
slideIndex: '',
|
||||
function: '',
|
||||
examName: '',
|
||||
examCode: '',
|
||||
@@ -466,7 +466,7 @@ const handleCheckChange = (data: any, _checked: boolean, _indeterminate: boolean
|
||||
}
|
||||
if (data.functions != null && data.functions != '') {
|
||||
pptxPoints.firstName = chineseName.value
|
||||
pptxPoints.index = textIndex.value
|
||||
pptxPoints.slideIndex = textIndex.value
|
||||
pptxPoints.function = data.functions
|
||||
pptxPoints.examName = data.chineseName
|
||||
pptxPoints.examCode = '111'
|
||||
|
Reference in New Issue
Block a user