提交 ab43fd8f authored 作者: chenweiping's avatar chenweiping

05-27

上级 7766800a
...@@ -455,6 +455,11 @@ export default { ...@@ -455,6 +455,11 @@ export default {
}, },
/** 重置按钮操作 */ /** 重置按钮操作 */
resetQuery() { resetQuery() {
this.provinceOptions=[];
this.queryParams.provinceCode='';
this.queryParams.cityNameCode='';
this.queryParams.districtCode='';
this.$refs["cascader"].$refs.panel.clearCheckedNodes();
this.resetForm("queryForm"); this.resetForm("queryForm");
this.handleQuery(); this.handleQuery();
}, },
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论