cldu 2 сар өмнө
parent
commit
f1e1db16d8

+ 1 - 1
src/views/approve_manage/approveList.vue

@@ -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);