|
@@ -268,7 +268,7 @@ export default {
|
|
|
start_time: "20180101000000",
|
|
|
end_time: currentTime(new Date())
|
|
|
}
|
|
|
- axios.post(`/workorder/workorder/restWorkOrderService/queryWorkOrderList`, params).then(res => {
|
|
|
+ axios.post(`/fm-service/workorder/restWorkOrderService/queryWorkOrderList`, params).then(res => {
|
|
|
let data = res.data
|
|
|
this.orderCount = data.Count
|
|
|
})
|