浏览代码

fix pemantauan

andi 2 年之前
父节点
当前提交
f809f632cf
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      actions/log.js

+ 1 - 1
actions/log.js

@@ -3,7 +3,7 @@ import axios2 from "axios";
 
 export const getLog = async (token, laporan_id) => {
 	try {
-		let url = `/pemantauan/${laporan_id}`;
+		let url = `/pemantauan/${laporan_id}?all=true`;
 		const res = await axios.get(url, {
 			headers: {
 				Authorization: token,