Ver código fonte

我的考试修改页码传参计算

cyy 4 meses atrás
pai
commit
3aeb2a28a5
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      src/views/platform/bpmn/my-test/index.vue

+ 1 - 1
src/views/platform/bpmn/my-test/index.vue

@@ -747,7 +747,7 @@ export default {
       if (this.current === 0) {
       if (this.current === 0) {
         page = 1
         page = 1
       } else {
       } else {
-        page = (this.current + 1) * 10
+        page = (this.current + 1)
       }
       }
       const aa = JSON.parse(JSON.stringify(this.moreParams))
       const aa = JSON.parse(JSON.stringify(this.moreParams))
       let canshu3 = ''
       let canshu3 = ''