This commit is contained in:
liuye
2023-09-06 15:37:52 +08:00
parent 7075fed306
commit 5b32a8d9f2

View File

@@ -297,7 +297,7 @@ export default {
this.instance.post(`/app/appsessionarchivefeaturelibrary/eventTypeList`).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)
})
}