|
@@ -170,9 +170,9 @@ var app = new Vue({
|
|
|
_this.columnTypes = _this.columnList[i].children
|
|
|
_this.colL = _this.columnTypes.childten;
|
|
|
if (_this.columnList[i].children.length > 0) {
|
|
|
- _this.requestParams.categoryid = (_this.getQuery('isUrlId') == 1) ? _this.getQuery('id') : _this.columnTypes[0].id;
|
|
|
+ _this.requestParams.categoryid = (_this.getQuery('isUrlId') == 1) ? _this.getQuery('categoryid') : _this.columnTypes[0].id;
|
|
|
} else {
|
|
|
- var objData = _this.columnList.filter(obj => obj.sname == window.location.pathname);
|
|
|
+ var objData = _this.columnList.filter(obj => obj.sname == window.location.pathname);
|
|
|
_this.requestParams.categoryid = objData[0].id
|
|
|
|
|
|
}
|