Просмотр исходного кода

feature_20260226_新建家装店时问题修复

zhujindu 1 день назад
Родитель
Сommit
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);
             }
           });