Kaynağa Gözat

联合丽格V1.0.2

zhengjinyi 2 yıl önce
ebeveyn
işleme
6525449b39
1 değiştirilmiş dosya ile 2 ekleme ve 2 silme
  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;