Quellcode durchsuchen

部门月度预算

duy vor 2 Jahren
Ursprung
Commit
7773a3686b
1 geänderte Dateien mit 2 neuen und 1 gelöschten Zeilen
  1. 2 1
      src/views/home/index/admin.vue

+ 2 - 1
src/views/home/index/admin.vue

@@ -464,8 +464,9 @@ const getTableData1 = async () => {
 }
 //查看
 const rowViewClick = (row) => {
+    console.log(row, 'row')
     router.push({ name: 'program-section-form', query:{
-        costType:row?.costType, projectId:row?.projectId, overPlan:true,
+        costType:row?.costType, projectId:row?.projectId, overPlan:true, deptId:row?.deptId,
     } })
 }