apply-clients 3.1.68 → 3.1.70

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,7 +1,7 @@
1
1
  <template>
2
2
  <div class="basic-main">
3
3
  <div class="tops" v-bind:style="{ height: topheight }">
4
- <exploration-select v-ref:queryuser v-show="show"></exploration-select>
4
+ <exploration-select v-ref:queryuser v-show="show" ></exploration-select>
5
5
  </div>
6
6
  <div v-if="showtotal" v-bind:style="{ height: botheight, 'margin-top' : '20px'}">
7
7
  <tabset v-ref:tabs :close="false">
@@ -67,20 +67,6 @@
67
67
  }
68
68
  },
69
69
  events: {
70
- 'loadPage' () {
71
- // 关闭详细
72
- this.showtotal = false
73
- // 显示列表数据
74
- this.showData = true
75
- // 显示分页
76
- this.$refs.queryuser.$refs.cp.pager = true
77
- this.$refs.queryuser.$refs.cp.$refs.cri.search()
78
- this.showtotal = false
79
- this.topheight = '100%'
80
- this.botheight = '0%'
81
- this.$refs.queryuser.$refs.cp.pager = true
82
- this.$refs.queryuser.$refs.cp.$refs.cri.search()
83
- },
84
70
  'onMessage' (data) {
85
71
  console.log('接收消息')
86
72
  console.log(data)
@@ -153,7 +139,6 @@
153
139
  },
154
140
  // 关闭详情页等
155
141
  'close' () {
156
- debugger
157
142
  this.showtotal = false
158
143
  this.topheight = '100%'
159
144
  this.botheight = '0%'
@@ -176,6 +161,16 @@
176
161
  this.botheight = '90%'
177
162
  }
178
163
 
164
+ },
165
+ 'loadPage' () {
166
+ // 关闭详细
167
+ this.showtotal = false
168
+ this.topheight = '100%'
169
+ this.botheight = '0%'
170
+ // 显示分页
171
+ this.$refs.queryuser.$refs.cp.pager = true
172
+ // 调用查询
173
+ this.$refs.queryuser.$refs.cp.loadPage(this.$refs.queryuser.model.pageIndex)
179
174
  }
180
175
  },
181
176
  watch: {