Commit 932d328e by 李嘉林

资讯组件改参数

parent 98f4e4b4
...@@ -339,15 +339,15 @@ export default { ...@@ -339,15 +339,15 @@ export default {
if (val == 1) { if (val == 1) {
// 分类 // 分类
query = { query = {
categoryName: this.classifName, classifyName: this.classifName,
pageNum : 1, pageNum : 1,
pageSize: 10, pageSize: 6,
articleStatus: 1, articleStatus: 1,
}; };
if ( if (
query.categoryName == "" || query.classifyName == "" ||
query.categoryName == null || query.classifyName == null ||
query.categoryName == "null" query.classifyName == "null"
) { ) {
this.initQuery(); this.initQuery();
if (!this.render) { if (!this.render) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment