diff --git a/src/views/user/MyAssess.vue b/src/views/user/MyAssess.vue index 8a2a1e7b..18974ed7 100644 --- a/src/views/user/MyAssess.vue +++ b/src/views/user/MyAssess.vue @@ -5,7 +5,6 @@
- 搜索 重置 @@ -29,21 +28,24 @@ -
- - - - -
+
+ + +
+
+
+
没有查询到相关内容
+
暂无数据
+
+
@@ -54,6 +56,7 @@ export default { data(){ return { + isSearh:false, keyword:'', testList:'', total:0, @@ -83,6 +86,7 @@ window.open(`${this.webBaseUrl}/course/boeframe?id=${item.id}&type=quizsummary`) }, getData() { + this.isSearh = true; this.page=1; this.findList(); },