fix: 优化定制消息
This commit is contained in:
parent
a1472fd23d
commit
a177f03648
|
@ -281,6 +281,7 @@
|
|||
|
||||
/* 获取定制消息 */
|
||||
getMessage(plan_id) {
|
||||
if (plan_id) {
|
||||
req.axiosGet(`/client/plan/${plan_id}/result_message`).then(res => {
|
||||
if (res.code == 200) {
|
||||
sessionStorage.setItem('message', JSON.stringify(res.data));
|
||||
|
@ -288,6 +289,7 @@
|
|||
self.openErrorDialog(res.message);
|
||||
}
|
||||
}).catch(err => { });
|
||||
}
|
||||
},
|
||||
|
||||
//获取白名单验证码
|
||||
|
|
Loading…
Reference in New Issue