Parcourir la source

fix: 种植内容弹窗

lxf il y a 2 semaines
Parent
commit
0b39fd3853
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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("农服名称");