feat: Swagger定时同步增加任务通知
This commit is contained in:
parent
dd59a9bc13
commit
ef7fa70f6a
|
@ -200,7 +200,6 @@ export default {
|
|||
methods: {
|
||||
initForm() {
|
||||
this.result = this.$get('/notice/search/message/' + this.apiTestId, response => {
|
||||
// console.log(response.data);
|
||||
this.scheduleTask = response.data;
|
||||
});
|
||||
},
|
||||
|
@ -250,7 +249,6 @@ export default {
|
|||
}
|
||||
},
|
||||
addTask(data) {
|
||||
console.log(data);
|
||||
data.testId = this.apiTestId;
|
||||
this.$success(this.$t('commons.save_success'));
|
||||
this.result = this.$post("/notice/save/message/task", data, () => {
|
||||
|
|
Loading…
Reference in New Issue