Commit f443973d authored by xiamw's avatar xiamw

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

parent da2e528e
...@@ -1601,6 +1601,10 @@ export default { ...@@ -1601,6 +1601,10 @@ export default {
resetQuery() { resetQuery() {
this.dateRangeCreateTime = []; this.dateRangeCreateTime = [];
this.resetForm("queryForm"); this.resetForm("queryForm");
this.destCountryId = null
this.destWarehouseId = null
this.objectiveId = null
this.handleQuery(); 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