2 Commits 913f0fcfd2 ... b13fb798f8

Autor SHA1 Mensaje Fecha
  刘浩男 b13fb798f8 Merge remote-tracking branch 'origin/master' hace 1 año
  刘浩男 52c7fd8c85 行情bug修复 hace 1 año
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      pages/quotations/quotations.vue

+ 1 - 0
pages/quotations/quotations.vue

@@ -89,6 +89,7 @@ export default {
   onPullDownRefresh() {
     this.queryParams.pageNum = 1;
     this.quotationsList = [];
+    this.categories = [];
     this.getList()
   },
   //上拉加载