Commit a67bce4a authored by danfuman's avatar danfuman

修改

parent 2b59cf42
...@@ -341,11 +341,11 @@ export default { ...@@ -341,11 +341,11 @@ export default {
if (this.$route.query.type === '3') { if (this.$route.query.type === '3') {
this.searchParam.companyNatures = ['事业单位', '机关单位']; this.searchParam.companyNatures = ['事业单位', '机关单位'];
} }
this.handleQuery();
this.$watch(() => this.$route.params, () => { this.$watch(() => this.$route.params, () => {
this.getCustomerList(); this.getCustomerList();
this.getDictType(); this.getDictType();
this.prvinceTree(); this.prvinceTree();
this.handleQuery();
this.searchParam.companyName = ''; this.searchParam.companyName = '';
}, },
// 组件创建完后获取数据, // 组件创建完后获取数据,
......
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