This commit is contained in:
shijingjing
2022-05-20 17:02:58 +08:00
parent f40f2d913a
commit fb832b63e2

View File

@@ -77,9 +77,9 @@ export default {
value: item.dictValue
}))
this.riskList.unshift({label: "全部", value: ""})
uni.$on('update', () => {
this.getList()
})
})
uni.$on('update', () => {
this.getList()
})
this.getList()
},