fix(): 修复bug
parent
280ea1adb5
commit
c5b4fbdebd
|
|
@ -27,8 +27,10 @@ export default function SetDrpStation({tms, setTableData}) {
|
|||
"stm": tms[0],
|
||||
"etm": tms[1]
|
||||
})
|
||||
|
||||
if (code !== 200) {
|
||||
message.error(msg || '请求失败');
|
||||
return;
|
||||
}
|
||||
const list = data.map((i)=>{
|
||||
return {
|
||||
|
|
|
|||
|
|
@ -14,6 +14,7 @@ export default function Sksq() {
|
|||
const { data, code, msg } = await httppost2(apiurl.home.yq)
|
||||
if (code !== 200) {
|
||||
message.error(msg || '请求失败');
|
||||
return;
|
||||
}
|
||||
const list = data.map((i)=>{
|
||||
return {
|
||||
|
|
|
|||
Loading…
Reference in New Issue