BUG 29525

This commit is contained in:
aixianling
2022-05-09 10:24:22 +08:00
parent 995ac78a85
commit 18d8a0cb93
2 changed files with 13 additions and 17 deletions

View File

@@ -3,8 +3,7 @@
<AiTopFixed v-if="isGridMember">
<div class="pad-t32"></div>
<div class="select-gird">
<AiPagePicker type="custom" @select="confirmSelect" v-model="girdId" self
:ops="{url:'../AppGridManagement/SelectGird',label: 'girdName'}">
<AiPagePicker type="custom" @select="confirmSelect" self :ops="{url:'../AppGridManagement/SelectGird',label: 'girdName'}">
<div flex class="center">
<img src="./components/img/gird-icon.png" alt="" class="gird-icon">
<AiMore v-model="girdName" icon="arrow-down"/>
@@ -126,6 +125,7 @@ export default {
methods: {
...mapActions(['injectJWeixin', 'wxInvoke']),
confirmSelect(v) {
this.girdId = v?.id
this.girdName = v?.girdName
this.getListInit()
this.getTotal()