Compare commits
2 Commits
d19a980d2b
...
ff6a9ad2c6
| Author | SHA1 | Date |
|---|---|---|
|
|
ff6a9ad2c6 | |
|
|
a20e84a6e3 |
|
|
@ -821,6 +821,7 @@ export default {
|
||||||
that.qct_testitems = [];
|
that.qct_testitems = [];
|
||||||
that.qct_testitems = that.testitemlists;
|
that.qct_testitems = that.testitemlists;
|
||||||
that.tableHeight = document.getElementById('mlogbwMain').clientHeight-80;
|
that.tableHeight = document.getElementById('mlogbwMain').clientHeight-80;
|
||||||
|
this.getList();
|
||||||
}).catch(() => {
|
}).catch(() => {
|
||||||
that.isSaveing = false;
|
that.isSaveing = false;
|
||||||
})
|
})
|
||||||
|
|
@ -931,6 +932,7 @@ export default {
|
||||||
that.$refs.dialogForm.validate((valid) => {
|
that.$refs.dialogForm.validate((valid) => {
|
||||||
if (valid) {
|
if (valid) {
|
||||||
that.selectWprList.forEach(item => {
|
that.selectWprList.forEach(item => {
|
||||||
|
delete item.ftestitems;
|
||||||
if(!item.ftest){
|
if(!item.ftest){
|
||||||
item.ftest = {};
|
item.ftest = {};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue