浏览代码

联合丽格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;