xbot
This commit is contained in:
@@ -297,7 +297,7 @@ export default {
|
|||||||
this.instance.post(`/app/appsessionarchivefeaturelibrary/eventTypeList`).then(res => {
|
this.instance.post(`/app/appsessionarchivefeaturelibrary/eventTypeList`).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