mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-15 05:46:45 +08:00
zcwy-dev 补充
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user