Commit 925e247c authored by tianhongyang's avatar tianhongyang

Merge branch 'V20230915' of http://192.168.60.201/root/dsk-operate-sys into V20230915

parents 24f3b5b3 a67bce4a
...@@ -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