This commit is contained in:
liuye
2024-08-09 17:48:03 +08:00
parent 859a8198fe
commit 9015cd06c0

View File

@@ -234,7 +234,7 @@ export default {
this.instance.post(`/app/apppatrolreportinfov2/eventTypeList?eventSource=${this.tabs[this.currIndex].value}`).then(res => {
if (res.code == 0) {
res.data.map((item) => {
var i = {distName: item, dictValue: item}
var i = {dictName: item, dictValue: item}
this.typeList.push(i)
})
}