更新仓库bug
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
@click.native="setWareInfo(item)"
|
||||
:style="{
|
||||
background: item.id === wareInfo.warehouseId ? '#37D97F' : '',
|
||||
color: item.id === wareInfo.warehouseId ? 'white' : ''
|
||||
color: item.id === wareInfo.warehouseId ? 'white' : '',
|
||||
}"
|
||||
class="ware-card">
|
||||
{{ item.name }}
|
||||
@@ -263,7 +263,7 @@ export default {
|
||||
this.dataListLoading = true;
|
||||
this.urlOptions.getDataListURL(this.listQuery).then((response) => {
|
||||
this.tableData = response.data.list;
|
||||
this.total = response.data.total;
|
||||
this.listQuery.total = response.data.total;
|
||||
this.dataListLoading = false;
|
||||
});
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user