We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
3.5.0
使用Jpop,引用的 /modal/JPopupOnlReportModal.vue 132 行 少参数 tableRef 会报错
/modal/JPopupOnlReportModal.vue
132 行 ] = usePopBiz(getBindValue,tableRef);
] = usePopBiz(getBindValue,tableRef);
另外 /components/jeecg/OnLine/hooks/usePopBiz 中
564行 可以改成 tableRef?.value?.setPagination({
tableRef?.value?.setPagination({
The text was updated successfully, but these errors were encountered:
已修改
Sorry, something went wrong.
No branches or pull requests
版本号:
3.5.0
问题描述:
使用Jpop,引用的
/modal/JPopupOnlReportModal.vue
132 行 少参数 tableRef 会报错
修改意见:
/modal/JPopupOnlReportModal.vue
132 行
] = usePopBiz(getBindValue,tableRef);
另外
/components/jeecg/OnLine/hooks/usePopBiz 中
564行 可以改成
tableRef?.value?.setPagination({
The text was updated successfully, but these errors were encountered: