xuzhancheng 1 ماه پیش
والد
کامیت
d1900f2422
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  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,