Browse Source

修改搜索问题

lex-xin 5 years ago
parent
commit
8cfaebf038

File diff suppressed because it is too large
+ 0 - 0
dist/index.html


+ 1 - 1
dist/static/css/chunk-54d4422a.86c1d215.css → dist/static/css/chunk-2e165b2d.ea5d3645.css

@@ -1 +1 @@
-.pagination-container[data-v-31cb099a]{background:#fff;padding:32px 16px;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.pagination-container.hidden[data-v-31cb099a]{display:none}.el-button--primary[data-v-631be6e1],.el-button--primary[data-v-631be6e1]:active,.el-button--primary[data-v-631be6e1]:focus,.el-button--primary[data-v-631be6e1]:hover{background:#14928a;border-color:#14928a;color:#fff}[data-v-631be6e1] .el-date-editor.el-input,[data-v-631be6e1] .el-select{width:100%!important}[data-v-631be6e1] .el-table .cell{display:-webkit-box;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:3;-webkit-box-orient:vertical}[data-v-631be6e1] .el-dialog__body{padding:10px 20px}
+.pagination-container[data-v-31cb099a]{background:#fff;padding:32px 16px;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.pagination-container.hidden[data-v-31cb099a]{display:none}.el-button--primary[data-v-3d9b6769],.el-button--primary[data-v-3d9b6769]:active,.el-button--primary[data-v-3d9b6769]:focus,.el-button--primary[data-v-3d9b6769]:hover{background:#14928a;border-color:#14928a;color:#fff}[data-v-3d9b6769] .el-date-editor.el-input,[data-v-3d9b6769] .el-select{width:100%!important}[data-v-3d9b6769] .el-table .cell{display:-webkit-box;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:3;-webkit-box-orient:vertical}[data-v-3d9b6769] .el-dialog__body{padding:10px 20px}

File diff suppressed because it is too large
+ 0 - 0
dist/static/js/app.17a161c4.js


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/chunk-2e165b2d.23456ad2.js


+ 6 - 1
src/views/helpCenter/helpContent.vue

@@ -125,6 +125,7 @@ export default {
     };
   },
   activated() {
+    this.getList();
     this.getTreeList()
   },
   mounted() {
@@ -185,8 +186,12 @@ export default {
       }
     },
     getList() {
+      let catalogId = this.searchForm.catalogId ? this.searchForm.catalogId : null
+      if(catalogId) {
+        catalogId = catalogId[catalogId.length - 1]
+      }
       let params = {
-        catalogIds: this.searchForm.catalogId ? this.searchForm.catalogId[0] : null,
+        catalogIds: catalogId,
         page: this.pageInfo.page,
         rows: this.pageInfo.limit
       }

Some files were not shown because too many files changed in this diff