zerp hace 2 años
padre
commit
6d0765c88e
Se han modificado 2 ficheros con 2 adiciones y 0 borrados
  1. 1 0
      src/views/bid/index.vue
  2. 1 0
      src/views/tender/index.vue

+ 1 - 0
src/views/bid/index.vue

@@ -454,6 +454,7 @@ console.log(this.bidDate)
     // 详情
     handleView(row){
       this.param.tenderId = row.id
+      this.param.page = 1
       this.getParam()
       this.viewDialog =true
     },

+ 1 - 0
src/views/tender/index.vue

@@ -362,6 +362,7 @@ export default {
     },
      handleView(row){
       this.param.tenderId = row.id
+      this.param.page = 1
       this.getParam()
       this.viewDialog =true
     },