This commit is contained in:
bb_pan 2025-09-29 09:43:49 +08:00
parent e3e152b852
commit a48e74e815
1 changed files with 1 additions and 1 deletions

View File

@ -436,7 +436,7 @@
:total="codeTotal" :total="codeTotal"
:page.sync="codeQuery.pageNum" :page.sync="codeQuery.pageNum"
:limit.sync="codeQuery.pageSize" :limit.sync="codeQuery.pageSize"
@pagination="getCodeViewList" @pagination="getCodeList"
/> />
</el-dialog> </el-dialog>