cultivationApp/api/dict.js

11 lines
363 B
JavaScript
Raw Normal View History

2024-01-23 19:52:15 +08:00
import syhttp from "@/utils/syhttp.js";
import http from "@/utils/http.js";
// 通用字典
//养殖基地类型
export const farmTypeLists = () => syhttp.get('/common/dict_data_lists_by_type_value', {type_value: 'farm_type'});
//养殖种类
export const breedTypeLists = () => syhttp.get('/common/dict_data_lists_by_type_value', {type_value: 'breed_type'});