组件状态查询

This commit is contained in:
zhangdingyu
2019-12-09 14:58:04 +08:00
parent 3b915a03ad
commit cc94372fbe
5 changed files with 305 additions and 44 deletions

View File

@@ -1,6 +1,6 @@
import request from '@/utils/request'
export function initProject() {
export function search1() {
return request({
url: '',
method: 'post',
@@ -10,3 +10,23 @@ export function initProject() {
}
})
}
export function search2() {
return request({
url: '',
method: 'post',
data: {
type: '3',
name: 'SELECT count(客户名称) as 客户数量,[省份] FROM [客户关系管理系统_客户_查询数据_MESWOR_视图]where [客户名称是否启用] = 1 group by [省份]'
}
})
}
export function search3() {
return request({
url: '',
method: 'post',
data: {
type: '3',
name: 'SELECT count(客户名称) as 客户数量,[省份] FROM [客户关系管理系统_客户_查询数据_MESWOR_视图]where [客户名称是否启用] = 1 group by [省份]'
}
})
}