yuanchao il y a 1 mois
Parent
commit
b67cd62181
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2 2
      src/views/pms/iotopeationfill/statistics .vue

+ 2 - 2
src/views/pms/iotopeationfill/statistics .vue

@@ -192,8 +192,8 @@ const resetQuery = () => {
   // 重置查询参数
   queryParams.startTime = Date.now() - 7 * 24 * 60 * 60 * 1000
   queryParams.endTime = Date.now()
-  queryParams.deptId = null
-  queryParams.status = null
+  queryParams.deptId = useUserStore().getUser.deptId;
+  queryParams.createTime = null
 
   // 重新获取数据
   getStats()