fix: 修改了部分类型错误
This commit is contained in:
parent
a0c4c21e90
commit
24c1a22168
@ -21,12 +21,6 @@ struct Index {
|
|||||||
//TODO 字段名称待修改
|
//TODO 字段名称待修改
|
||||||
const { no1, no2, no3, txt1, txt2 } = systemParm;
|
const { no1, no2, no3, txt1, txt2 } = systemParm;
|
||||||
if (no1 == 4) {
|
if (no1 == 4) {
|
||||||
const temp = {
|
|
||||||
no2,
|
|
||||||
no3,
|
|
||||||
txt1: decodeURI(txt1),
|
|
||||||
txt2
|
|
||||||
}
|
|
||||||
this.roadObj[no2] = no2
|
this.roadObj[no2] = no2
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user