Commit a5cd5154 authored by xiamw's avatar xiamw

价格列表查询条件优化

parent 480b92a2
This diff is collapsed.
......@@ -413,7 +413,6 @@ export default {
destCountryId: [],
destCityId: null,
destWarehouseId: "",
objectiveId: [],
//特性列表
......@@ -974,6 +973,13 @@ export default {
/** 搜索按钮操作 */
handleQuery() {
this.queryParams.pageNo = 1;
//目的城市
this.queryParams.destCityId = this.destCityId;
//目的国
this.queryParams.destCountryId = this.destCountryId;
//目的仓
this.queryParams.destWarehouseId = this.destWarehouseId;
this.getList();
},
/** 重置按钮操作 */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment