LIPENGTAO1313 6 年 前
コミット
ce592c47e3
共有1 個のファイルを変更した2 個の追加0 個の削除を含む
  1. 2 0
      src/components/bench-views/ArticleTemplate.vue

+ 2 - 0
src/components/bench-views/ArticleTemplate.vue

@ -111,6 +111,8 @@
111 111
            this.total = res.data.total;
112 112
            if (res.data.data.length === 0) {
113 113
              this.ifDefault = true;
114
            } else {
115
              this.ifDefault = false;
114 116
            }
115 117
            for (let i = 0; i < res.data.data.length; i++) {
116 118
              res.data.data[i].addText = this.addText;