提交 3e65f3ef authored 作者: 黎业扬's avatar 黎业扬

yang

上级 226f94c4
...@@ -773,6 +773,18 @@ export default { ...@@ -773,6 +773,18 @@ export default {
this.resetForm("queryForm"); this.resetForm("queryForm");
this.queryParams.totalLevelName = null; this.queryParams.totalLevelName = null;
this.handleQuery(); this.handleQuery();
// 清空下拉列表的内容
this.provinceList = []
this.cityList = []
this.districtList = []
this.streetList = []
this.administrativeVillageList = []
this.naturalVillageList = []
// 获取省的下拉列表
this.getGangedList(1)
}, },
// 多选框选中数据 // 多选框选中数据
handleSelectionChange(selection) { handleSelectionChange(selection) {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论