Merge remote-tracking branch 'origin/feature/feature-20250331-h5' into feature/feature-20250331-h5
# Conflicts: # src/views/Design/components/Questions/MatrixCheckbox.vue # src/views/Survey/views/Preview/components/questions/PreviewNPS.vue # src/views/Survey/views/Preview/components/questions/PreviewRate.vue
This commit is contained in:
@@ -36,7 +36,7 @@ const isOptionChecked = (rowIndex: number, colIndex: number): boolean => {
|
||||
};
|
||||
|
||||
// 当 matrix radio 选中时,更新 rowRecord 和 matrixAnswer
|
||||
function handleMatrixCheckboxChange(row: number, col: number) {
|
||||
function handleMatrixCheckboxChange (row: number, col: number) {
|
||||
// 获取 colIndexArray
|
||||
if (!rowRecord.value[row]) {
|
||||
// 如果没有对应的row,创建一个
|
||||
|
||||
Reference in New Issue
Block a user