Explorar el Código

fix: 种植内容弹窗

lxf hace 2 semanas
padre
commit
0b39fd3853
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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("农服名称");