diff --git a/src/views/dltj/xhtj/index.vue b/src/views/dltj/xhtj/index.vue index 59b364a..02ef09c 100644 --- a/src/views/dltj/xhtj/index.vue +++ b/src/views/dltj/xhtj/index.vue @@ -77,7 +77,7 @@ export default { } http.get("/api/association/zcqk", parame).then((res) => { if (res.code == 200) { - console.log(res.data) + // console.log(res.data) this.tableData = res.data.records this.total = res.data.total this.currentPage = res.data.current diff --git a/src/views/dltj/zprlz/index.vue b/src/views/dltj/zprlz/index.vue index f6f9228..e3dbab9 100644 --- a/src/views/dltj/zprlz/index.vue +++ b/src/views/dltj/zprlz/index.vue @@ -72,7 +72,7 @@ export default { } http.get("/api/works/list", parame).then((res) => { if (res.code == 200) { - console.log(res.data) + // console.log(res.data) this.tableData = res.data.records this.total = res.data.total this.currentPage = res.data.current diff --git a/src/views/examine/exhibit.vue b/src/views/examine/exhibit.vue index 327a97d..1793a3b 100644 --- a/src/views/examine/exhibit.vue +++ b/src/views/examine/exhibit.vue @@ -7,6 +7,9 @@
搜索
+
+
批量审核
+
@@ -15,13 +18,28 @@ @selection-change="handleSelectionChange"> - - + + + + + + +