网格长 管理员
This commit is contained in:
@@ -124,7 +124,7 @@
|
||||
|
||||
<div style="height: 56px"></div>
|
||||
|
||||
<div class="btn" @click="toResult" v-if="(checkType == 0 || checkType == 1) && tabIndex==0 ">
|
||||
<div class="btn" @click="toResult" v-if="(checkType == 1 || checkType == 2) && tabIndex==0 ">
|
||||
<span v-if="data.status==0 || data.status==1">走访核实</span>
|
||||
<span v-else>处理结果</span>
|
||||
</div>
|
||||
|
||||
@@ -73,6 +73,7 @@ export default {
|
||||
}).then(res => {
|
||||
if (res.code == 0) {
|
||||
this.$u.toast('提交成功')
|
||||
uni.$emit('update')
|
||||
setTimeout(() => {
|
||||
uni.navigateBack({delta: 2})
|
||||
},600)
|
||||
@@ -81,7 +82,7 @@ export default {
|
||||
}
|
||||
},
|
||||
onShow() {
|
||||
document.title = this.checkType == 0? "处理意见":"处理结果"
|
||||
document.title = this.checkType == 1? "处理意见":this.checkType == 2? "处理结果": ''
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user