29758
This commit is contained in:
@@ -77,10 +77,10 @@ export default {
|
|||||||
value: item.dictValue
|
value: item.dictValue
|
||||||
}))
|
}))
|
||||||
this.riskList.unshift({label: "全部", value: ""})
|
this.riskList.unshift({label: "全部", value: ""})
|
||||||
|
})
|
||||||
uni.$on('update', () => {
|
uni.$on('update', () => {
|
||||||
this.getList()
|
this.getList()
|
||||||
})
|
})
|
||||||
})
|
|
||||||
this.getList()
|
this.getList()
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
|
|||||||
Reference in New Issue
Block a user