@@ -2207,7 +2207,7 @@ export default {
if ( this.$route.query.isDisabled!=null && this.$route.query.isDisabled==='true' ){
this.isDisabled = true;
}
- this.getSysCompany();
+
this.change(this.model.company)
this.keyupInfo('update');
@@ -2203,7 +2203,7 @@ export default {
},