fix:bxerp检验保存后刷新列表信息

This commit is contained in:
shijing 2025-12-26 15:35:09 +08:00
parent 85ff05d22a
commit a20e84a6e3
1 changed files with 2 additions and 0 deletions

View File

@ -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 = {};
}