智慧农业大数据平台
shuishen
2022-08-04 b5072d2f774a30b4e90458b09e34861e4c75f400
1
2
3
4
5
6
7
8
9
10
11
import request from '@/router/axios'
 
export const getSourceList = (params) => {
    return request({
        url: '/traceability/getTraceabilityList',
        method: 'get',
        params: {
            ...params
        }
    })
}