parent
d9a6c67d58
commit
9f9ebfcca0
|
@ -819,10 +819,10 @@ export default {
|
||||||
});
|
});
|
||||||
} else {
|
} else {
|
||||||
this.result = this.$post('test/plan/edit/runModeConfig', param, () => {
|
this.result = this.$post('test/plan/edit/runModeConfig', param, () => {
|
||||||
|
this.initTableData();
|
||||||
this.$success(this.$t('commons.save_success'));
|
this.$success(this.$t('commons.save_success'));
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
this.initTableData();
|
|
||||||
},
|
},
|
||||||
saveFollow(row) {
|
saveFollow(row) {
|
||||||
if (row.showFollow) {
|
if (row.showFollow) {
|
||||||
|
|
Loading…
Reference in New Issue