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')