|
@@ -18,7 +18,7 @@
|
|
|
prop="warehouseId"
|
|
|
v-if="dataForm.expressActiveIndex >= 0 && dataForm.expressActiveIndex !== ''">
|
|
|
<el-radio-group v-model="dataForm.warehouseId"
|
|
|
- @change="getDataList">
|
|
|
+ @change="sizeChangeHandle(pageSize)">
|
|
|
<el-radio
|
|
|
:label="item.id"
|
|
|
v-for="(item, index) in expressList[dataForm.expressActiveIndex].warehouse"
|
|
@@ -139,7 +139,7 @@ export default {
|
|
|
this.$set(this.dataForm, 'expressActiveIndex', '')
|
|
|
this.$set(this.dataForm, 'warehouseId', '')
|
|
|
this.activeRankIndex = 0
|
|
|
- this.getDataList()
|
|
|
+ this.sizeChangeHandle(this.pageSize)
|
|
|
},
|
|
|
handleSortList (index) {
|
|
|
const _value = this.rankList[index].value
|