Merge branch 'master' of http://gitea.xxhhcty.xyz:8080/zcdsj/factory_web
This commit is contained in:
commit
f3a8d392d4
|
|
@ -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 = {};
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue