Sfoglia il codice sorgente

企业开店申请

gaoxm 8 anni fa
parent
commit
a281fd6497
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      components/register-saler/register/StepFirst.vue

+ 1 - 1
components/register-saler/register/StepFirst.vue

@@ -362,7 +362,7 @@
     methods: {
       initData: function (val) {
         this.data.name = val.spaceName || val.name || ''
-        this.data.licenceId = val.businessCode || ''
+        this.data.licenceId = val.businessCode || val.licenceId || ''
         this.data.address = val.address || ''
       },
       sectionChange: function (type) {