|
|
|
@ -118,7 +118,7 @@
|
|
|
|
|
<div class="input-input">
|
|
|
|
|
<el-input
|
|
|
|
|
v-model="form.uscCode"
|
|
|
|
|
placeholder="请输入企业名称/统一信用代码"
|
|
|
|
|
placeholder="请输入统一信用代码"
|
|
|
|
|
></el-input>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="btns">
|
|
|
|
@ -393,12 +393,13 @@ export default {
|
|
|
|
|
selectList: [],
|
|
|
|
|
disabled:false,
|
|
|
|
|
county:false,
|
|
|
|
|
district:[]
|
|
|
|
|
};
|
|
|
|
|
},
|
|
|
|
|
computed: {
|
|
|
|
|
...mapState({
|
|
|
|
|
dept: (state) => state.user.dept,
|
|
|
|
|
district: (state) => state.user.district,
|
|
|
|
|
// district: (state) => state.user.district,
|
|
|
|
|
// mydict: (state) => state.user.mydict,
|
|
|
|
|
}),
|
|
|
|
|
},
|
|
|
|
@ -573,6 +574,8 @@ export default {
|
|
|
|
|
async open(item,dept) {
|
|
|
|
|
this.dialogVisible = true;
|
|
|
|
|
// this.dept = dept
|
|
|
|
|
let data = await this.$api.yingji.tree();
|
|
|
|
|
this.district = data.data
|
|
|
|
|
this.commentData(this.district,dept);
|
|
|
|
|
this.bPlanEnterprise();
|
|
|
|
|
this.filtrate()
|
|
|
|
|