Initial commit
This commit is contained in:
10
developer-front/src/api/jysystem/product.js
Normal file
10
developer-front/src/api/jysystem/product.js
Normal file
@@ -0,0 +1,10 @@
|
||||
import request from '@/utils/request'
|
||||
|
||||
// 查询产品下拉选项
|
||||
export function listProductOptions(tenantId) {
|
||||
return request({
|
||||
url: '/jysystem/product/options',
|
||||
method: 'get',
|
||||
params: { tenantId }
|
||||
})
|
||||
}
|
||||
Reference in New Issue
Block a user