Browse Source

优化报表

hsh 4 tháng trước cách đây
mục cha
commit
ddb0b1b7f0
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  1. 3 0
      src/views/operate-monitoring/DeptBusinessMonthReport.vue

+ 3 - 0
src/views/operate-monitoring/DeptBusinessMonthReport.vue

@@ -89,6 +89,9 @@ const query = () => {
   queryData.value.startTime = month.value + '-01 00:00:00'
   queryData.value.endTime = month.value + '-' + days + ' 23:59:59'
   queryData.value.reportTypeList = reportTL.value
+  if(!dept.value){
+    queryData.value.dept = ''
+  }
   queryDeptReportList()
 }
 const querySearchDept = async (str, cb) => {