Explorar o código

修改获得收费项目列表参数

chenjun hai 1 semana
pai
achega
3f14ed9ef2
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/api/elderly/fee/overheadCharge/index.ts

+ 1 - 1
src/api/elderly/fee/overheadCharge/index.ts

@@ -4,7 +4,7 @@ import request from '@/config/axios'
 export const getOverheadPage = (query) => {
   return request.get({
     url: 'overheadCharge/queryPage',
-    params: query
+    params: { ...query, status:1 }
   })
 }