ソースを参照

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);
             }
           });