Explorar el Código

今日查核列表点击进入查核要点列表

jiangniuniu hace 4 años
padre
commit
76ce04b719
Se han modificado 1 ficheros con 3 adiciones y 3 borrados
  1. 3 3
      pages/todayCheck/todayCheck.vue

+ 3 - 3
pages/todayCheck/todayCheck.vue

@@ -81,9 +81,9 @@ export default {
     },
     goToPonitDetails(data) {
       // console.log(data)
-      // uni.navigateTo({
-      //   url: `/pages/messages/messages?id=${data.checkId}`,
-      // });
+      uni.navigateTo({
+        url: `/pages/checkMainPoints/checkMainPoints?checkId=${data.checkId}&deptId=${data.deptId}`,
+      });
     },
   },
   onLoad({ date }) {