Commit a1936063 authored by zhangjianqian's avatar zhangjianqian

修改任务乡镇查询。以及添加清空问题

parent 444cd7d3
...@@ -577,6 +577,7 @@ export default { ...@@ -577,6 +577,7 @@ export default {
}, },
/** 新增按钮操作 */ /** 新增按钮操作 */
handleAdd() { handleAdd() {
this.oldcommunity=[]
this.reset(); this.reset();
//this.getProvinceInfo(); //this.getProvinceInfo();
this.getStreet(); this.getStreet();
...@@ -782,7 +783,7 @@ export default { ...@@ -782,7 +783,7 @@ export default {
}, },
//获取街道镇信息 //获取街道镇信息
getStreet(){ getStreet(){
aLLAreaListInfo({parentId: this.form.county}).then(res =>{ aLLAreaListInfo({parentId: this.form.county==null?8:this.form.county}).then(res =>{
if(res.code == 200){ if(res.code == 200){
this.streeData = res.data; this.streeData = res.data;
} }
......
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