Commit 9a53878e by qinjianhui

fix: 修复排版bug

parent 6809653e
...@@ -304,7 +304,7 @@ export default { ...@@ -304,7 +304,7 @@ export default {
try { try {
const res = await this.$api.post( const res = await this.$api.post(
pathMap["productionSoftware"], pathMap["productionSoftware"],
{ currentPage: 1, pageSize: 1, batchArrangeNum }, { currentPage: 1, pageSize: 1, batchArrangeNumber: batchArrangeNum },
{ skipLoading: true } { skipLoading: true }
); );
const list = res.code === 200 ? res.data.records || [] : []; const list = res.code === 200 ? res.data.records || [] : [];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment