群发居民群任务
This commit is contained in:
@@ -78,6 +78,9 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<button @click="toMassDispatch">跳转群发</button>
|
||||
|
||||
<div class="btn" v-if="data.status==0 && data.haveExaminPower">
|
||||
<div class="refuse" @click="refuseBtn">审核拒绝</div>
|
||||
<div class="pass" @click="passBtn">审核通过</div>
|
||||
@@ -88,6 +91,7 @@
|
||||
<script>
|
||||
import { mapState ,mapActions } from "vuex";
|
||||
export default {
|
||||
name : "detail",
|
||||
data() {
|
||||
return {
|
||||
id: "",
|
||||
@@ -110,6 +114,9 @@ export default {
|
||||
...mapState(['user'])
|
||||
},
|
||||
methods: {
|
||||
toMassDispatch() {
|
||||
uni.navigateTo({ url: `./massDispatch?id=${this.id}`})
|
||||
},
|
||||
getDetail() {
|
||||
this.$http.post(`/app/appmasssendingtask/queryDetailById?id=${this.id}`).then(res=> {
|
||||
if (res?.data) {
|
||||
|
||||
Reference in New Issue
Block a user