Переглянути джерело

feature_20260513_新建专业五金店

zhujindu 2 тижнів тому
батько
коміт
3d46b69285
1 змінених файлів з 1 додано та 1 видалено
  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 })
               recognizeDisplayPhoto({ imgSed: this.fromValue.imgSed })
                 .then((response) => {
                 .then((response) => {
                   if (response.code == 200) {
                   if (response.code == 200) {
-                    this.fromValue.tempStoreCode = response.data.storeCode;
+                    this.fromValue.tempStoreCode = response.data;
                     this.addStoreFun();
                     this.addStoreFun();
                   }
                   }
                 })
                 })