diff --git a/src/api/DesignForm/requestapi.ts b/src/api/DesignForm/requestapi.ts index 618f570..3bba436 100644 --- a/src/api/DesignForm/requestapi.ts +++ b/src/api/DesignForm/requestapi.ts @@ -575,7 +575,8 @@ export function gainTableField(data: any) { //获取数据库表字段 export function gainListTableField(data: any) { return request({ - url: '/systemapi/customer_form/gainListTableField', + url: '/systemapi/customer_form/gainListTableFieldTitle', + // url: '/systemapi/customer_form/gainListTableField', method: 'post', data: data diff --git a/src/views/sysworkflow/lowcodepage/appPage/appPageForm/pageList.vue b/src/views/sysworkflow/lowcodepage/appPage/appPageForm/pageList.vue index 3cd5d93..3ddad9a 100644 --- a/src/views/sysworkflow/lowcodepage/appPage/appPageForm/pageList.vue +++ b/src/views/sysworkflow/lowcodepage/appPage/appPageForm/pageList.vue @@ -2160,7 +2160,6 @@ const delAllPick = () => {