Commit b6fbdb50 authored by zhengyi's avatar zhengyi

商品列表类型查询条件重置bug修复

parent 219600a2
...@@ -1031,6 +1031,8 @@ export default { ...@@ -1031,6 +1031,8 @@ export default {
this.titleZhParam.value = ""; this.titleZhParam.value = "";
this.queryParams.materialTypes =[]; this.queryParams.materialTypes =[];
this.queryParams.auditStatusList =[]; this.queryParams.auditStatusList =[];
this.queryParams.typeId =[];
this.queryParams.attrId =[];
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