修改调用地址

v1.4.0
于肖磊 2025-08-11 15:27:42 +08:00
parent fc70eb16ad
commit bcc35246ef
1 changed files with 1 additions and 1 deletions

View File

@ -111,7 +111,7 @@ const get_list = (new_page: number) => {
page_size: page_size.value,
};
loading.value = true;
commonApi.getDynamicApi(props.linkUrl, new_data).then((res: any) => {
commonApi.getDynamicApi(props.linkUrl, new_data).then((res: any) => {
tableData.value = res.data.data_list;
data_total.value = res.data.data_total;
page.value = res.data.page;