From c57caa56fcd01c0989f336aa76aad3d34d5bb07f Mon Sep 17 00:00:00 2001 From: xiejun <xj@2023> Date: 星期五, 15 十二月 2023 10:59:08 +0800 Subject: [PATCH] 集成接口日志信息完善 --- Source/UBCS-WEB/src/views/integration/systemInfo.vue | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/Source/UBCS-WEB/src/views/integration/systemInfo.vue b/Source/UBCS-WEB/src/views/integration/systemInfo.vue index 653321e..d7707ef 100644 --- a/Source/UBCS-WEB/src/views/integration/systemInfo.vue +++ b/Source/UBCS-WEB/src/views/integration/systemInfo.vue @@ -1,6 +1,7 @@ <template> <basic-container> - <avue-crud ref="crud" :data="data" :option="option" :page.sync="page" :permission="permissionList" :search.sync="search" + <avue-crud ref="crud" :data="data" :option="option" :page.sync="page" :permission="permissionList" + :search.sync="search" :table-loading="loading" @on-load="getDataList" @row-save="handleSave" @row-del="handleDelete" @row-update="handleEdit" @refresh-change="handleRefresh" @size-change="handleSizePage" @current-change="handleCurrentPage" @@ -352,6 +353,7 @@ message: '鏂板鏁版嵁鎴愬姛锛�' }) done(row) + await this.getDataList(); // this.$refs.crud.refreshTable() // this.getDataList() } @@ -372,6 +374,7 @@ }) done(row) } + await this.getDataList(); } catch { loading() } -- Gitblit v1.9.3