工单
This commit is contained in:
@@ -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)
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user