字段调整
This commit is contained in:
parent
fac40cb2dc
commit
aa5b97509d
|
@ -281,7 +281,7 @@ export default {
|
|||
this.$message.success({ content: 'Loaded!', key, duration: 2 })
|
||||
}
|
||||
res.result.forEach((item) => {
|
||||
if (object.prototype.toString.call(item) == '[object Object]') {
|
||||
if (Object.prototype.toString.call(item) == '[object Object]') {
|
||||
arr.forEach((el) => {
|
||||
if (
|
||||
parseInt(item.id) == el.stationId &&
|
||||
|
|
Loading…
Reference in New Issue
Block a user