src/api/platform/work-order.js
@@ -97,6 +97,17 @@ }) } export function ywConditionList(data){ return request({ url: '/work-order/yw-condition-list', method: 'put', data: data }) } // 获取工单运维情况 export function getYwCondition(data) { return request({ @@ -163,6 +174,4 @@ method: 'get', }) }