@@ -289,7 +289,7 @@ const queryParams = reactive({
pageSize: 10,
tbId: undefined,
colName: undefined,
- colRound: 3,
+ colRound: undefined,
colCode: undefined,
colValType: undefined,
isEdit: true,
@@ -363,7 +363,7 @@ const batchDialogVisible = ref(false)
const batchForm = reactive({
tbId: queryParams.tbId,
colName: '',
+ colRound: 1,
colCode: '',
colValType: 1,