|
|
@ -575,7 +575,8 @@ export function gainTableField(data: any) { |
|
|
//获取数据库表字段
|
|
|
//获取数据库表字段
|
|
|
export function gainListTableField(data: any) { |
|
|
export function gainListTableField(data: any) { |
|
|
return request({ |
|
|
return request({ |
|
|
url: '/systemapi/customer_form/gainListTableField', |
|
|
url: '/systemapi/customer_form/gainListTableFieldTitle', |
|
|
|
|
|
// url: '/systemapi/customer_form/gainListTableField',
|
|
|
method: 'post', |
|
|
method: 'post', |
|
|
data: data |
|
|
data: data |
|
|
|
|
|
|
|
|
|