Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

queryTableArch 接口返回报错后,按钮等待问题 #6

Closed
lingguox opened this issue Dec 3, 2022 · 1 comment
Closed

queryTableArch 接口返回报错后,按钮等待问题 #6

lingguox opened this issue Dec 3, 2022 · 1 comment

Comments

@lingguox
Copy link

lingguox commented Dec 3, 2022

const fetchTableArch = async () => {
loadingTblBtn.value = true;
const {data} = await queryTableArch(orderItems);
//lgx fix
if (data.payload == null) {
loadingTblBtn.value = false;
return
}
archData.value = data.payload.rows;
indexData.value = data.payload.idx;
activeKey.value = 2;
message.success(t('order.apply.table.info') + t('common.success'));
loadingTblBtn.value = false;
};

@lingguox
Copy link
Author

lingguox commented Dec 3, 2022

能支持postgresql数据库吗?

@lingguox lingguox changed the title queryTableArch 接口返回报错后,按钮等待问题,我想给加入改代码 queryTableArch 接口返回报错后,按钮等待问题 Dec 3, 2022
@lingguox lingguox closed this as completed Dec 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant