소스 검색

联合丽格V1.0.2

zhengjinyi 2 년 전
부모
커밋
6525449b39
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      src/main/resources/static/js/product/list.js

+ 2 - 2
src/main/resources/static/js/product/list.js

@@ -365,9 +365,9 @@ var productList = new Vue({
                 })
                 this.choiceBrandText = names.join(',').slice(0,15)
             }
+            // 获取列表数据
+            this.getListByKeyword();
         },500)
-        // 获取列表数据
-        this.getListByKeyword();
     },
     mounted: function () {
         var _self = this;