zerp %!s(int64=2) %!d(string=hai) anos
pai
achega
6d0765c88e
Modificáronse 2 ficheiros con 2 adicións e 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
     },