30720
This commit is contained in:
@@ -435,10 +435,14 @@
|
|||||||
onSelcetChange (e) {
|
onSelcetChange (e) {
|
||||||
if (e.length) {
|
if (e.length) {
|
||||||
this.form.wxGroupsName = '1'
|
this.form.wxGroupsName = '1'
|
||||||
|
|
||||||
|
this.$nextTick(() => {
|
||||||
|
this.getWxGroups()
|
||||||
|
})
|
||||||
} else {
|
} else {
|
||||||
this.form.wxGroupsName = ''
|
this.form.wxGroupsName = ''
|
||||||
|
this.form.wxGroups = []
|
||||||
}
|
}
|
||||||
this.getWxGroups()
|
|
||||||
},
|
},
|
||||||
|
|
||||||
getWxGroups () {
|
getWxGroups () {
|
||||||
|
|||||||
@@ -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="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="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="toAdd(row.id)" v-if="['1', '3'].includes(row.status)">编辑</el-button>
|
||||||
<!-- <el-button type="text" @click="remove(row.id)">删除</el-button> -->
|
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
@@ -172,7 +171,6 @@
|
|||||||
|
|
||||||
this.$nextTick(() => {
|
this.$nextTick(() => {
|
||||||
this.loading = false
|
this.loading = false
|
||||||
this.$store.dispatch('initOpenData')
|
|
||||||
})
|
})
|
||||||
} else {
|
} else {
|
||||||
this.loading = false
|
this.loading = false
|
||||||
|
|||||||
Reference in New Issue
Block a user