|
@@ -249,6 +249,13 @@ export default {
|
|
|
res.data.data;
|
|
|
});
|
|
|
},
|
|
|
+ activated(){
|
|
|
+ if(this.$route.query.corpId){
|
|
|
+ this.editOpen({id:this.$route.query.corpId},1)
|
|
|
+ }else{
|
|
|
+ this.beforeOpen()
|
|
|
+ }
|
|
|
+ },
|
|
|
// watch:{
|
|
|
// 'excelForm.isCovered'() {
|
|
|
// if (this.excelForm.isCovered !== '') {
|