Browse Source

调试

master_hella_20240701
zhaoyiran 7 months ago
parent
commit
eb85474bf4
  1. 3
      src/views/qms/samplingProcess/index.vue

3
src/views/qms/samplingProcess/index.vue

@ -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=>{

Loading…
Cancel
Save