gaoluyang
2026-04-03 c9878416fd23fb9952bd649e07d7b79c09074ee2
src/views/qualityManagement/processInspection/components/formDia.vue
@@ -271,6 +271,9 @@
}
// 关闭弹框
const closeDia = () => {
  //  关闭表单清除数据
  tableData.value = [];
  form.value = {};
  proxy.resetForm("formRef");
  dialogFormVisible.value = false;
  emit('close')