fix:错别字
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