Compare commits

..

No commits in common. "ff6a9ad2c6c0625326053c775223d7825d1824ac" and "d19a980d2b570d50fe754ad773fd49d3ea3353b6" have entirely different histories.

1 changed files with 0 additions and 2 deletions

View File

@ -821,7 +821,6 @@ export default {
that.qct_testitems = [];
that.qct_testitems = that.testitemlists;
that.tableHeight = document.getElementById('mlogbwMain').clientHeight-80;
this.getList();
}).catch(() => {
that.isSaveing = false;
})
@ -932,7 +931,6 @@ export default {
that.$refs.dialogForm.validate((valid) => {
if (valid) {
that.selectWprList.forEach(item => {
delete item.ftestitems;
if(!item.ftest){
item.ftest = {};
}