fix:修改养护通知单数据
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
* @Author: SunTao 328867980@qq.com
|
||||
* @Date: 2024-11-27 10:58:33
|
||||
* @LastEditors: SunTao 328867980@qq.com
|
||||
* @LastEditTime: 2025-02-27 11:51:25
|
||||
* @LastEditTime: 2025-02-27 14:40:14
|
||||
* @FilePath: \znxjxt-ui\src\api\xj\document.js
|
||||
* @Description: 查看养护通知单相关接口
|
||||
*/
|
||||
@@ -222,3 +222,11 @@ export function deleteNoticeDefect(params) {
|
||||
params,
|
||||
});
|
||||
}
|
||||
|
||||
// 删除已退回工单
|
||||
export function deleteNotice(id) {
|
||||
return request({
|
||||
url: `/maintenance-notice/${id}`,
|
||||
method: "delete",
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user