Преглед на файлове

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