confirm
This commit is contained in:
@@ -121,7 +121,6 @@ export default {
|
|||||||
},
|
},
|
||||||
onShow() {
|
onShow() {
|
||||||
document.title = '矛盾调解'
|
document.title = '矛盾调解'
|
||||||
this.getList()
|
|
||||||
},
|
},
|
||||||
created() {
|
created() {
|
||||||
this.$dict.load('clapEventStatus', 'clapEventStatusAll', 'clapEventStatusHistory').then(() => {
|
this.$dict.load('clapEventStatus', 'clapEventStatusAll', 'clapEventStatusHistory').then(() => {
|
||||||
@@ -179,21 +178,6 @@ export default {
|
|||||||
uni.navigateTo({ url: './add' })
|
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) {
|
goDetail(item) {
|
||||||
uni.navigateTo({ url: `./detail?id=${item.id}` })
|
uni.navigateTo({ url: `./detail?id=${item.id}` })
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user