Quellcode durchsuchen

fix: 种植内容弹窗

lxf vor 2 Wochen
Ursprung
Commit
0b39fd3853
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      src/views/old_mini/agri_file/index.vue

+ 1 - 1
src/views/old_mini/agri_file/index.vue

@@ -275,7 +275,7 @@ const reportList = ref([
 
 const showUploadPopup = ref(false);
 const showCompleteFarmPopup = ref(false);
-const showDiagnosisReportPopup = ref(true);
+const showDiagnosisReportPopup = ref(false);
 // 后续由接口控制是否展示代管授权弹窗
 const showProxyAuthPopup = ref(false);
 const proxyServiceName = ref("农服名称");