Commit 932d328e by 李嘉林

资讯组件改参数

parent 98f4e4b4
......@@ -339,15 +339,15 @@ export default {
if (val == 1) {
// 分类
query = {
categoryName: this.classifName,
classifyName: this.classifName,
pageNum : 1,
pageSize: 10,
pageSize: 6,
articleStatus: 1,
};
if (
query.categoryName == "" ||
query.categoryName == null ||
query.categoryName == "null"
query.classifyName == "" ||
query.classifyName == null ||
query.classifyName == "null"
) {
this.initQuery();
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