From f40089cb54861a34f895254d8b386fb7010bfd6f Mon Sep 17 00:00:00 2001 From: chenhaodong Date: Thu, 18 Jun 2026 23:27:05 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- exam-api/src/main/resources/application-dev.yml | 2 +- exam-vue/src/components/DataTable/index.vue | 1 - exam-vue/src/views/sys/bookgl/index.vue | 7 ++----- exam-vue/src/views/sys/gggl/index.vue | 5 +---- exam-vue/src/views/sys/huanshu/index.vue | 7 ++----- exam-vue/src/views/sys/jiehuanjilu/index.vue | 5 +---- exam-vue/src/views/sys/jieshu/index.vue | 7 ++----- exam-vue/src/views/sys/liuyangl/index.vue | 5 +---- exam-vue/src/views/sys/stugggl/index.vue | 5 +---- exam-vue/src/views/sys/stuliuyan/index.vue | 5 +---- 10 files changed, 12 insertions(+), 37 deletions(-) diff --git a/exam-api/src/main/resources/application-dev.yml b/exam-api/src/main/resources/application-dev.yml index e220c50..a763bfd 100644 --- a/exam-api/src/main/resources/application-dev.yml +++ b/exam-api/src/main/resources/application-dev.yml @@ -27,5 +27,5 @@ swagger: logging: level: - root: info + root: debug path: logs/${spring.application.name}/ diff --git a/exam-vue/src/components/DataTable/index.vue b/exam-vue/src/components/DataTable/index.vue index f4ac32f..0c6e9f2 100644 --- a/exam-vue/src/components/DataTable/index.vue +++ b/exam-vue/src/components/DataTable/index.vue @@ -146,7 +146,6 @@ export default { */ getList() { this.listLoading = true - this.listQuery.t = new Date().getTime() fetchList(this.options.listUrl, this.listQuery).then(response => { this.dataList = response.data this.listLoading = false diff --git a/exam-vue/src/views/sys/bookgl/index.vue b/exam-vue/src/views/sys/bookgl/index.vue index adaa15a..0a6f0cd 100644 --- a/exam-vue/src/views/sys/bookgl/index.vue +++ b/exam-vue/src/views/sys/bookgl/index.vue @@ -36,7 +36,7 @@ @@ -168,7 +168,7 @@ export default { dialogVisible: false, listQuery: { - current: 0, + current: 1, size: 10, total: 0, params: {} @@ -243,9 +243,6 @@ export default { this.$message({ type: 'success', message: '编辑成功!' - }, { - type: 'error', - message: response.msg }) this.dialogVisible = false this.$refs.pagingTable.getList() diff --git a/exam-vue/src/views/sys/gggl/index.vue b/exam-vue/src/views/sys/gggl/index.vue index 919073d..cd63020 100644 --- a/exam-vue/src/views/sys/gggl/index.vue +++ b/exam-vue/src/views/sys/gggl/index.vue @@ -134,7 +134,7 @@ export default { dialogVisible: false,// 编辑是否显示 listQuery: { - current: 0, + current: 1, size: 10, total: 0, params: { @@ -199,9 +199,6 @@ export default { this.$message({ type: 'success', message: '保存成功!' - }, { - type: 'error', - message: response.msg }) this.dialogVisible = false this.$refs.pagingTable.getList() diff --git a/exam-vue/src/views/sys/huanshu/index.vue b/exam-vue/src/views/sys/huanshu/index.vue index 9c2b582..0f9903e 100644 --- a/exam-vue/src/views/sys/huanshu/index.vue +++ b/exam-vue/src/views/sys/huanshu/index.vue @@ -42,7 +42,7 @@ @@ -186,7 +186,7 @@ export default { dialogVisible: false,// 编辑是否显示 listQuery: { - current: 0, + current: 1, size: 10, total: 0, params: {} @@ -273,9 +273,6 @@ export default { this.$message({ type: 'success', message: '成功!' - }, { - type: 'error', - message: response.msg }) this.dialogVisible = false this.$refs.pagingTable.getList() diff --git a/exam-vue/src/views/sys/jiehuanjilu/index.vue b/exam-vue/src/views/sys/jiehuanjilu/index.vue index 5fdac4f..9c6457e 100644 --- a/exam-vue/src/views/sys/jiehuanjilu/index.vue +++ b/exam-vue/src/views/sys/jiehuanjilu/index.vue @@ -99,7 +99,7 @@ export default { dialogVisible: false,// 编辑是否显示 listQuery: { - current: 0, + current: 1, size: 10, total: 0, params: {} @@ -186,9 +186,6 @@ export default { this.$message({ type: 'success', message: '成功!' - }, { - type: 'error', - message: response.msg }) this.dialogVisible = false this.$refs.pagingTable.getList() diff --git a/exam-vue/src/views/sys/jieshu/index.vue b/exam-vue/src/views/sys/jieshu/index.vue index f6a08fd..bfe6364 100644 --- a/exam-vue/src/views/sys/jieshu/index.vue +++ b/exam-vue/src/views/sys/jieshu/index.vue @@ -42,7 +42,7 @@ @@ -175,7 +175,7 @@ export default { dialogVisible: false,// 编辑是否显示 listQuery: { - current: 0, + current: 1, size: 10, total: 0, params: {} @@ -263,9 +263,6 @@ export default { this.$message({ type: 'success', message: '成功!' - }, { - type: 'error', - message: response.msg }) this.dialogVisible = false this.$refs.pagingTable.getList() diff --git a/exam-vue/src/views/sys/liuyangl/index.vue b/exam-vue/src/views/sys/liuyangl/index.vue index 8894df1..a1345f6 100644 --- a/exam-vue/src/views/sys/liuyangl/index.vue +++ b/exam-vue/src/views/sys/liuyangl/index.vue @@ -134,7 +134,7 @@ export default { dialogVisible: false,// 编辑是否显示 listQuery: { - current: 0, + current: 1, size: 10, total: 0, params: { @@ -199,9 +199,6 @@ export default { this.$message({ type: 'success', message: '保存成功!' - }, { - type: 'error', - message: response.msg }) this.dialogVisible = false this.$refs.pagingTable.getList() diff --git a/exam-vue/src/views/sys/stugggl/index.vue b/exam-vue/src/views/sys/stugggl/index.vue index 04939ba..6114feb 100644 --- a/exam-vue/src/views/sys/stugggl/index.vue +++ b/exam-vue/src/views/sys/stugggl/index.vue @@ -116,7 +116,7 @@ export default { dialogVisible: false,// 编辑是否显示 listQuery: { - current: 0, + current: 1, size: 10, total: 0, params: { @@ -181,9 +181,6 @@ export default { this.$message({ type: 'success', message: '保存成功!' - }, { - type: 'error', - message: response.msg }) this.dialogVisible = false this.$refs.pagingTable.getList() diff --git a/exam-vue/src/views/sys/stuliuyan/index.vue b/exam-vue/src/views/sys/stuliuyan/index.vue index 9c423a0..32b5b36 100644 --- a/exam-vue/src/views/sys/stuliuyan/index.vue +++ b/exam-vue/src/views/sys/stuliuyan/index.vue @@ -119,7 +119,7 @@ export default { dialogVisible: false,// 编辑是否显示 listQuery: { - current: 0, + current: 1, size: 10, total: 0, params: { @@ -184,9 +184,6 @@ export default { this.$message({ type: 'success', message: '保存成功!' - }, { - type: 'error', - message: response.msg }) this.dialogVisible = false this.$refs.pagingTable.getList()