This commit is contained in:
yanran200730
2022-08-02 14:48:35 +08:00
parent 1ddb0a1149
commit 4189b41a2f
2 changed files with 5 additions and 3 deletions

View File

@@ -435,10 +435,14 @@
onSelcetChange (e) {
if (e.length) {
this.form.wxGroupsName = '1'
this.$nextTick(() => {
this.getWxGroups()
})
} else {
this.form.wxGroupsName = ''
this.form.wxGroups = []
}
this.getWxGroups()
},
getWxGroups () {

View File

@@ -81,7 +81,6 @@
<el-button type="text" @click="cancel(row.id)" v-if="['0'].includes(row.status)">撤回</el-button>
<el-button type="text" @click="toDetail(row.id)">详情</el-button>
<el-button type="text" @click="toAdd(row.id)" v-if="['1', '3'].includes(row.status)">编辑</el-button>
<!-- <el-button type="text" @click="remove(row.id)">删除</el-button> -->
</div>
</template>
</el-table-column>
@@ -172,7 +171,6 @@
this.$nextTick(() => {
this.loading = false
this.$store.dispatch('initOpenData')
})
} else {
this.loading = false