feat: Swagger定时同步增加任务通知

This commit is contained in:
wenyann 2021-08-03 17:15:39 +08:00 committed by 刘瑞斌
parent dd59a9bc13
commit ef7fa70f6a
1 changed files with 0 additions and 2 deletions

View File

@ -200,7 +200,6 @@ export default {
methods: { methods: {
initForm() { initForm() {
this.result = this.$get('/notice/search/message/' + this.apiTestId, response => { this.result = this.$get('/notice/search/message/' + this.apiTestId, response => {
// console.log(response.data);
this.scheduleTask = response.data; this.scheduleTask = response.data;
}); });
}, },
@ -250,7 +249,6 @@ export default {
} }
}, },
addTask(data) { addTask(data) {
console.log(data);
data.testId = this.apiTestId; data.testId = this.apiTestId;
this.$success(this.$t('commons.save_success')); this.$success(this.$t('commons.save_success'));
this.result = this.$post("/notice/save/message/task", data, () => { this.result = this.$post("/notice/save/message/task", data, () => {