dingxin 6 anos atrás
pai
commit
a25bfb4b46

+ 1
- 1
VUECODE/smart-property-manage/src/views/bill/statement/index.vue Ver arquivo

@@ -183,7 +183,7 @@ export default {
183 183
       return price
184 184
     },
185 185
     getInfo(billId) { // 跳转收费组详情
186
-      this.$router.push({ name: 'bill-info', params: { id: billId }})
186
+      this.$router.push({ name: 'bill-info', query: { id: billId }})
187 187
     },
188 188
     clear() { // 情空
189 189
       this.formInline.pageNum = 1