Browse Source

月报汇总

yanghao 2 ngày trước cách đây
mục cha
commit
d768739be3
1 tập tin đã thay đổi với 1 bổ sung3 xóa
  1. 1 3
      src/views/pms/qhse/monthlyReport/index.vue

+ 1 - 3
src/views/pms/qhse/monthlyReport/index.vue

@@ -102,8 +102,7 @@ const router = useRouter()
 const queryParams = reactive({
   createTime: null,
   title: '',
-  deptId: '',
-  yearMonths: ''
+  deptId: ''
 })
 
 let queryFormRef = ref(null)
@@ -257,7 +256,6 @@ const loadTableData = async () => {
       pageNo: pagination.pageNo,
       pageSize: pagination.pageSize,
       createTime: queryParams.createTime,
-      yearMonths: queryParams.yearMonths,
       title: queryParams.title,
       deptId: queryParams.deptId
     }