|
@@ -357,6 +357,8 @@ export default {
|
|
|
this.queryParams.value = "01"
|
|
|
}else if("01" == response.data.companyType){
|
|
|
this.queryParams.value = "03"
|
|
|
+ }else if("02" == response.data.companyType){
|
|
|
+ this.queryParams.value = "04"
|
|
|
}
|
|
|
});
|
|
|
getOwnCompany().then((response) => {
|