This commit is contained in:
shijingjing
2022-02-16 11:51:53 +08:00
parent f876a13188
commit e4a2ffb7d7

View File

@@ -121,7 +121,6 @@ export default {
},
onShow() {
document.title = '矛盾调解'
this.getList()
},
created() {
this.$dict.load('clapEventStatus', 'clapEventStatusAll', 'clapEventStatusHistory').then(() => {
@@ -179,21 +178,6 @@ export default {
uni.navigateTo({ url: './add' })
},
confirm(e) {
if (this.show) {
this.girdNameText = e[0].label
this.girdId = e[0].value
}
if (this.showType) {
this.eventStatus = e[0].value
this.eventStatusText = e[0].label
}
this.current = 1
this.getList()
},
goDetail(item) {
uni.navigateTo({ url: `./detail?id=${item.id}` })
},