From a20e84a6e333bf8313235fe6efb19158d79f0d6b Mon Sep 17 00:00:00 2001 From: shijing Date: Fri, 26 Dec 2025 15:35:09 +0800 Subject: [PATCH] =?UTF-8?q?fix=EF=BC=9Abxerp=E6=A3=80=E9=AA=8C=E4=BF=9D?= =?UTF-8?q?=E5=AD=98=E5=90=8E=E5=88=B7=E6=96=B0=E5=88=97=E8=A1=A8=E4=BF=A1?= =?UTF-8?q?=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/wpm_bx/mlogbw_check_table.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/views/wpm_bx/mlogbw_check_table.vue b/src/views/wpm_bx/mlogbw_check_table.vue index 8812269e..929474ba 100644 --- a/src/views/wpm_bx/mlogbw_check_table.vue +++ b/src/views/wpm_bx/mlogbw_check_table.vue @@ -821,6 +821,7 @@ export default { that.qct_testitems = []; that.qct_testitems = that.testitemlists; that.tableHeight = document.getElementById('mlogbwMain').clientHeight-80; + this.getList(); }).catch(() => { that.isSaveing = false; }) @@ -931,6 +932,7 @@ export default { that.$refs.dialogForm.validate((valid) => { if (valid) { that.selectWprList.forEach(item => { + delete item.ftestitems; if(!item.ftest){ item.ftest = {}; }