管理员申请
This commit is contained in:
36
src/apps/AppMonitoringObject/MonitorRemoveView.vue
Normal file
36
src/apps/AppMonitoringObject/MonitorRemoveView.vue
Normal file
@@ -0,0 +1,36 @@
|
||||
<template>
|
||||
<div class="MonitorRemoveView">
|
||||
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default {
|
||||
name: "MonitorRemoveView",
|
||||
data() {
|
||||
return {
|
||||
id: '',
|
||||
pass: '',
|
||||
}
|
||||
},
|
||||
onLoad(o) {
|
||||
this.pass = o.pass;
|
||||
this.id = o.id;
|
||||
},
|
||||
methods: {
|
||||
submit() {
|
||||
this.$http.post(`/app/apppreventionreturntopoverty/relieve?id=${this.id}&pass=${pass}`).then(res => {
|
||||
if (res.code === 0) {
|
||||
this.$u.toast('操作成功')
|
||||
uni.$emit('reload')
|
||||
this.getInfo()
|
||||
}
|
||||
})
|
||||
}
|
||||
},
|
||||
}
|
||||
</script>
|
||||
|
||||
<style>
|
||||
|
||||
</style>
|
||||
Reference in New Issue
Block a user