Commit a0d44990 authored by xiamw's avatar xiamw

修复bug 价格列表:目的国、目的地、目的仓搜索,点击重置按钮无效

parent 4ab7754d
......@@ -986,6 +986,11 @@ export default {
resetQuery() {
this.dateRangeCreateTime = [];
this.resetForm("queryForm");
this.destCountryId = null
this.destWarehouseId = null
this.objectiveId = null
this.handleQuery();
},
/** 新增按钮操作 */
......
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