gaoluyang
2 天以前 17a47b9340808f04f269a41a3df5023a06497da4
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')