fix(测试跟踪): 测试计划列表定时任务按钮状态切换有误
--bug=1023862 --user=宋昌昌 【测试跟踪】github#22263,测试列表,点击定时任务按钮,点击取消,列表没有刷新,状态显示错误。 https://www.tapd.cn/55049933/s/1344591
This commit is contained in:
parent
0bc05044d6
commit
59cf92fe5c
|
@ -936,7 +936,7 @@ export default {
|
||||||
}
|
}
|
||||||
this.$success(this.$t("commons.save_success"));
|
this.$success(this.$t("commons.save_success"));
|
||||||
});
|
});
|
||||||
}).catch(() => {
|
}, () => {
|
||||||
row.scheduleOpen = !row.scheduleOpen;
|
row.scheduleOpen = !row.scheduleOpen;
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue