|
|
@ -4,7 +4,7 @@
|
|
|
|
<div class="one-line">
|
|
|
|
<div class="one-line">
|
|
|
|
<div class="select-input">
|
|
|
|
<div class="select-input">
|
|
|
|
<div class="select-span">行政区划:</div>
|
|
|
|
<div class="select-span">行政区划:</div>
|
|
|
|
<executive @quhua="quhua" @quhuadizhi="quhuadizhi"></executive>
|
|
|
|
<executive @quhua="quhua" @quhuadizhi="quhuadizhi" ref="executive"></executive>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="select-input">
|
|
|
|
<div class="select-input">
|
|
|
|
<div class="select-span">经济类型:</div>
|
|
|
|
<div class="select-span">经济类型:</div>
|
|
|
@ -709,7 +709,7 @@ export default {
|
|
|
|
});
|
|
|
|
});
|
|
|
|
},
|
|
|
|
},
|
|
|
|
quhua(e) {
|
|
|
|
quhua(e) {
|
|
|
|
this.subdistrict = e;
|
|
|
|
this.form.subdistrict = e;
|
|
|
|
},
|
|
|
|
},
|
|
|
|
searchList() {
|
|
|
|
searchList() {
|
|
|
|
this.searchBefore = {
|
|
|
|
this.searchBefore = {
|
|
|
@ -717,9 +717,6 @@ export default {
|
|
|
|
pageNum: 1,
|
|
|
|
pageNum: 1,
|
|
|
|
};
|
|
|
|
};
|
|
|
|
this.$refs.mypagination.defaultPages();
|
|
|
|
this.$refs.mypagination.defaultPages();
|
|
|
|
if (this.subdistrict) {
|
|
|
|
|
|
|
|
this.form.subdistrict = this.subdistrict;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
this.searchBefore = { ...this.searchBefore, ...this.form };
|
|
|
|
this.searchBefore = { ...this.searchBefore, ...this.form };
|
|
|
|
this.getList();
|
|
|
|
this.getList();
|
|
|
|
},
|
|
|
|
},
|
|
|
@ -733,11 +730,11 @@ export default {
|
|
|
|
entprColor: "",
|
|
|
|
entprColor: "",
|
|
|
|
uscCode: "",
|
|
|
|
uscCode: "",
|
|
|
|
};
|
|
|
|
};
|
|
|
|
// this.subdistrict = []
|
|
|
|
|
|
|
|
this.searchBefore = {
|
|
|
|
this.searchBefore = {
|
|
|
|
pageSize: 10,
|
|
|
|
pageSize: 10,
|
|
|
|
pageNum: 1,
|
|
|
|
pageNum: 1,
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
this.$refs.executive.district = [];
|
|
|
|
this.$refs.mypagination.defaultPages();
|
|
|
|
this.$refs.mypagination.defaultPages();
|
|
|
|
this.getList();
|
|
|
|
this.getList();
|
|
|
|
},
|
|
|
|
},
|
|
|
|