Преглед изворни кода

feature_20260226_新建家装店时问题修复

zhujindu пре 2 месеци
родитељ
комит
b42ceb1470
1 измењених фајлова са 2 додато и 2 уклоњено
  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);
             }
           });