qukaidi 3 lat temu
rodzic
commit
b7f9a57d35

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