zcwy-dev 补充

This commit is contained in:
lims1@hunktimes.com
2023-08-01 20:53:35 +08:00
21 changed files with 22659 additions and 148 deletions

View File

@@ -3415,7 +3415,7 @@ export default defineComponent({
console.log("开课res", res);
const { rows, total, pageNo } = res.data.data;
state.tableDataTotal222 = total;
state.tableDataTotal2 = total;
state.tableDataTotal2 = total;
for (let i = 0; i < rows.length; i++) {
rows[i].num = i + 1 + (state.currentPage222 - 1) * 10;