Sfoglia il codice sorgente

Merge branch 'feature_20260513_新建专业五金店' into uat(dev)

zhujindu 2 settimane fa
parent
commit
b43c0d8819
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      src/views/storeManagement/storeAdd.vue

+ 1 - 1
src/views/storeManagement/storeAdd.vue

@@ -2085,7 +2085,7 @@ export default {
               recognizeDisplayPhoto({ imgSed: this.fromValue.imgSed })
                 .then((response) => {
                   if (response.code == 200) {
-                    this.fromValue.tempStoreCode = response.data.storeCode;
+                    this.fromValue.tempStoreCode = response.data;
                     this.addStoreFun();
                   }
                 })