diff --git a/src/components/Course/weikeContent.vue b/src/components/Course/weikeContent.vue index 387c19ae..c437edf0 100644 --- a/src/components/Course/weikeContent.vue +++ b/src/components/Course/weikeContent.vue @@ -1,1092 +1,1104 @@ - - - - + + + + diff --git a/src/views/article/MyList.vue b/src/views/article/MyList.vue index df0e673e..80dbafc9 100644 --- a/src/views/article/MyList.vue +++ b/src/views/article/MyList.vue @@ -24,7 +24,7 @@
-
搜索
+
搜索
重置
@@ -35,7 +35,7 @@
-
+
+
+
没有查询到相关内容
+
暂无数据
+
+
+
@@ -67,6 +74,7 @@ export default { }, data() { return { + isSearh:false, pageData: { pageIndex: 1, pageSize: 10, @@ -81,7 +89,10 @@ export default { this.getArticleList(); }, methods: { - + search(){ + this.isSearh = true; + this.getArticleList() + }, saveSuccess(data){ this.diagSync=false; this.articleList.pageIndex = 1; @@ -116,9 +127,11 @@ export default { }, reset(){ + this.pageData.keyword = '', this.pageData.status = '' - this.getArticleList() + this.getArticleList(); + this.isSearh = false; }, getQaUserData(list){ let ids=list.map((item,index)=>{