智慧农业大数据平台
shuishen
2022-07-16 de951f2ffc00664a4af840944b9c239a6c5f09f7
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
        }
    })
}