src/api/fysp/nightConstructionApi.js
@@ -13,5 +13,22 @@ params: { cityCode, districtCode, page, perPage } }) .then((res) => res.data); }, /** * 更新工地夜间施工许可证 * @param {*} param0 * @returns */ updateRecord({ recordId, userId, sceneId }) { return $fysp .post( `nightwork/record`, {}, { params: { recordId, userId, sceneId } } ) .then((res) => res.data); } };