qukaidi 3 年 前
コミット
b7f9a57d35
1 ファイル変更7 行追加0 行削除
  1. 7 0
      src/views/basicData/customerInformation/index.vue

+ 7 - 0
src/views/basicData/customerInformation/index.vue

@@ -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 !== '') {