miaofuhao 1 год назад
Родитель
Сommit
89ad4eece0

+ 1 - 0
WebUI/CallCenterWeb.UI/zhiShiKuNew/css/knowledgeList.css

@@ -215,6 +215,7 @@ nav>li.active {
215 215
 	-webkit-box-orient: vertical;
216 216
 }
217 217
 .content .list ul li .text {
218
+	width: 85%;
218 219
 	margin-bottom: 8px;
219 220
 }
220 221
 .content .list ul li .time span {

+ 2 - 1
WebUI/CallCenterWeb.UI/zhiShiKuNew/knowledgeList.html

@@ -194,7 +194,8 @@
194 194
 							$(".pagination").pagination({
195 195
 							    total: data.total,
196 196
 							    onJump: function(index){
197
-							    	getListData(index)
197
+							    	dataParams.page = index
198
+							    	getListData(dataParams)
198 199
 							    }
199 200
 							});
200 201
 							data.total && $(".pageTotal").text(Math.ceil(data.total/10))