优化
This commit is contained in:
@@ -11,6 +11,7 @@
|
||||
<view class="zd-col-17">
|
||||
<search-box
|
||||
v-model="val1"
|
||||
@handleChange="handleChange"
|
||||
/>
|
||||
</view>
|
||||
</view>
|
||||
@@ -84,9 +85,14 @@
|
||||
this.title = options.title
|
||||
},
|
||||
created () {
|
||||
// this.seachList()
|
||||
this.seachList()
|
||||
},
|
||||
methods: {
|
||||
handleChange (e) {
|
||||
if (e) {
|
||||
this.seachList()
|
||||
}
|
||||
},
|
||||
seachList () {
|
||||
this.dataList = []
|
||||
this._getInBillPointList()
|
||||
|
||||
Reference in New Issue
Block a user