Browse Source

Merge branch 'feature_20260226_新建家装店时问题修复' into uat(dev)

zhujindu 1 day ago
parent
commit
33baaacc7d
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/views/deviceOutside/suishenbangOutstoreVisit.vue

+ 2 - 2
src/views/deviceOutside/suishenbangOutstoreVisit.vue

@@ -543,7 +543,7 @@ export default {
                 that.isToOtherSystem = true;
               }
             } else {
-              that.visitId = res.data.visitId;
+              that.visitId = res.data;
               that.$toast(res.msg);
             }
           });
@@ -598,7 +598,7 @@ export default {
                 that.isToOtherSystem = true;
               }
             } else {
-              that.visitId = res.data.visitId;
+              that.visitId = res.data;
               that.$toast(res.msg);
             }
           });