加载更多
This commit is contained in:
@@ -72,7 +72,7 @@
|
|||||||
</view>
|
</view>
|
||||||
<view class="submit-bar">
|
<view class="submit-bar">
|
||||||
<button class="submit-button" :class="{'btn-disabled': !val1 || !pkId || !index}" :disabled="disabled" @tap="_confirmInstor">确认入库</button>
|
<button class="submit-button" :class="{'btn-disabled': !val1 || !pkId || !index}" :disabled="disabled" @tap="_confirmInstor">确认入库</button>
|
||||||
<button class="submit-button" @tap="_coolIOQuery">查询</button>
|
<button class="submit-button" @tap="searchList">查询</button>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
</template>
|
</template>
|
||||||
@@ -112,6 +112,10 @@
|
|||||||
this._coolIOQuery()
|
this._coolIOQuery()
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
|
searchList () {
|
||||||
|
this.dataList = []
|
||||||
|
this._coolIOQuery()
|
||||||
|
},
|
||||||
/** 选择器 */
|
/** 选择器 */
|
||||||
selectChange(e) {
|
selectChange(e) {
|
||||||
this.index = e
|
this.index = e
|
||||||
|
|||||||
Reference in New Issue
Block a user