From a3e2f79627593d5ad29f3cd11b4f9ef53b0ec0c2 Mon Sep 17 00:00:00 2001 From: zhouwx <1175765986@qq.com> Date: 星期四, 10 七月 2025 08:45:58 +0800 Subject: [PATCH] 修改 --- src/views/build/conpanyFunctionConsult/qualityObjectives/table/components/tableDeptDialog.vue | 12 ++++++------ 1 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/views/build/conpanyFunctionConsult/qualityObjectives/table/components/tableDeptDialog.vue b/src/views/build/conpanyFunctionConsult/qualityObjectives/table/components/tableDeptDialog.vue index 221fa09..62e740f 100644 --- a/src/views/build/conpanyFunctionConsult/qualityObjectives/table/components/tableDeptDialog.vue +++ b/src/views/build/conpanyFunctionConsult/qualityObjectives/table/components/tableDeptDialog.vue @@ -507,12 +507,12 @@ state.form.qualityId = null state.qualityList = [] state.form.qualityTargets = [] - state.form.fictionId = null - state.form.fictionName = '' - state.form.checkId = null - state.form.checkName = '' - state.form.ratifyId = null - state.form.ratifyName = '' + // state.form.fictionId = null + // state.form.fictionName = '' + // state.form.checkId = null + // state.form.checkName = '' + // state.form.ratifyId = null + // state.form.ratifyName = '' await getQualityList() } const addObject = (val) => { -- Gitblit v1.9.2