群发居民群任务

This commit is contained in:
shijingjing
2022-09-15 09:34:29 +08:00
parent 7d697c6932
commit 735d041d92
3 changed files with 303 additions and 1 deletions

View File

@@ -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) {