|
@@ -365,7 +365,7 @@ export default {
|
|
|
|
|
|
this.activeMainTab = this.mainTabs.length > 0 ? this.mainTabs[0].name : '';
|
|
|
if(!this.mainTabs.length) return;
|
|
|
- const {formType='approve',mainType='bi'} = this.$route.query
|
|
|
+ const {formType='approve',mainType} = this.$route.query
|
|
|
|
|
|
if(mainType) {
|
|
|
let valid = this.mainTabs.find(_ => mainType == _.name);
|