工单
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 => {
|
this.instance.post(`/app/apppatrolreportinfov2/eventTypeList?eventSource=${this.tabs[this.currIndex].value}`).then(res => {
|
||||||
if (res.code == 0) {
|
if (res.code == 0) {
|
||||||
res.data.map((item) => {
|
res.data.map((item) => {
|
||||||
var i = {distName: item, dictValue: item}
|
var i = {dictName: item, dictValue: item}
|
||||||
this.typeList.push(i)
|
this.typeList.push(i)
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user