spring
2025-11-24 902890b673c06bf7d145dab94532d7d0c6b82530
src/pages/routingInspection/detail/indexJX.vue
@@ -717,15 +717,15 @@
  if (!cachedData || !cachedData.uid) {
    console.log("⚠️ 未检测到扫码缓存,用户需要扫描设备二维码");
    // 在编辑模式下才提示
    if (isEdit.value) {
      setTimeout(() => {
        uni.showToast({
          title: "请扫描设备二维码后再保存",
          icon: "none",
          duration: 2000,
        });
      }, 500);
    }
    // if (isEdit.value) {
    //   setTimeout(() => {
    //     uni.showToast({
    //       title: "请扫描设备二维码后再保存",
    //       icon: "none",
    //       duration: 2000,
    //     });
    //   }, 500);
    // }
  }
});
</script>