xuzhancheng 1 maand geleden
bovenliggende
commit
d1900f2422
1 gewijzigde bestanden met toevoegingen van 2 en 2 verwijderingen
  1. 2 2
      yudao-ui-admin-vue3/src/views/pressure2/dynamictbcol/index.vue

+ 2 - 2
yudao-ui-admin-vue3/src/views/pressure2/dynamictbcol/index.vue

@@ -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: 3,
+  colRound: 1,
   colCode: '',
   colValType: 1,
   isEdit: true,