29344
This commit is contained in:
@@ -242,7 +242,7 @@
|
||||
<div v-if="checkType == 2 && currIndex != 1">
|
||||
|
||||
<div class="footer-btn" v-if="info.status == 0 || info.status == 3">
|
||||
<div class="confirm-btn" @click="toRemove('您确认要将此居民纳入监测对象吗?', 1)">纳入监测</div>
|
||||
<div class="confirm-btn" @click="toRemove('您确认要将此居民纳入监测对象吗?', 1,0)">纳入监测审核</div>
|
||||
</div>
|
||||
|
||||
<div class="footer-btn" v-if="info.status == 1">
|
||||
@@ -250,7 +250,7 @@
|
||||
</div>
|
||||
|
||||
<div class="footer-btn" v-if="info.status == 2">
|
||||
<div class="confirm-btn" @click="toRemove('您确认要解除此监测对象的风险吗?', 1)">消除风险审批</div>
|
||||
<div class="confirm-btn" @click="toRemove('您确认要解除此监测对象的风险吗?', 1,1)">消除风险审核</div>
|
||||
</div>
|
||||
|
||||
<div class="footer-btn" v-if="info.status == 4">
|
||||
@@ -461,9 +461,9 @@ export default {
|
||||
})
|
||||
},
|
||||
|
||||
toRemove(text, pass) {
|
||||
toRemove(text, pass,type) {
|
||||
this.$confirm('', text).then(() => {
|
||||
uni.navigateTo({url: `./MonitorRemoveView?pass=${pass}&id=${this.info.id}&status=${this.info.status}`})
|
||||
uni.navigateTo({url: `./MonitorRemoveView?pass=${pass}&id=${this.info.id}&status=${this.info.status}&type=${type}`})
|
||||
// this.$http.post(`/app/apppreventionreturntopoverty/relieve?id=${this.id}&pass=${pass}`).then(res => {
|
||||
// if (res.code === 0) {
|
||||
// this.$u.toast('操作成功')
|
||||
|
||||
Reference in New Issue
Block a user