@ -149,9 +149,6 @@ const buttonTableClick = async (val, row) => {
/** 添加/修改操作 */
const basicFormRef = ref()
const rules = ref({
sampleSize: [{ required: true, message: '请填写描述', trigger: 'blur' }]
})
const openForm = async (type: string, row?: any) => {
basicFormRef.value.open(type, row)
SamplingProcess.allSchemas.formSchema.forEach(item=>{