Showing
1 changed file
with
9 additions
and
0 deletions
| @@ -121,4 +121,13 @@ export function officeQueryApi(params) { | @@ -121,4 +121,13 @@ export function officeQueryApi(params) { | ||
| 121 | method: 'get', | 121 | method: 'get', |
| 122 | params | 122 | params |
| 123 | }) | 123 | }) |
| 124 | +} | ||
| 125 | + | ||
| 126 | +// 产品品种 查询 | ||
| 127 | +export function productVarietyQueryApi(params) { | ||
| 128 | + return request({ | ||
| 129 | + url: `/baseData/product/variety/query`, | ||
| 130 | + method: 'get', | ||
| 131 | + params | ||
| 132 | + }) | ||
| 124 | } | 133 | } |