From 27cd6f1118c634c1636f02f65ceed2aeac45b5cd Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E8=8C=83=E5=BC=BA=E5=BC=BA?= <787203167>
Date: Wed, 28 Feb 2024 16:26:28 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=96=87=E6=A1=A3=E6=8B=86?=
=?UTF-8?q?=E5=88=86=E5=BE=97=E7=BB=86=E8=8A=82=E9=97=AE=E9=A2=98?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../selection/StandardSelectionModal.vue | 24 ++++-----
.../documentComparison/DocumentComparison.vue | 51 +++++++++++--------
.../modules/ImportSplitResultModal.vue | 25 ++++-----
.../modules/splitIsInStorage.vue | 20 ++++++--
4 files changed, 72 insertions(+), 48 deletions(-)
diff --git a/jero-web/src/components/selection/StandardSelectionModal.vue b/jero-web/src/components/selection/StandardSelectionModal.vue
index 29011e6..a87daa6 100644
--- a/jero-web/src/components/selection/StandardSelectionModal.vue
+++ b/jero-web/src/components/selection/StandardSelectionModal.vue
@@ -227,18 +227,18 @@ export default {
query.source = this.canSelectedSource.join(',')
}
// this.selectedRowKeys = []
- this.loading = true
- getStandardList(query).then((res) => {
- if (res.success) {
- this.dataList = res.result.records
- this.ipagination.total = res.result.total
- this.selectedRowKeys = this.value ? this.value.split(',') : []
- } else {
- this.dataList = []
- }
- }).finally(() => {
- this.loading = false
- })
+ // this.loading = true
+ // getStandardList(query).then((res) => {
+ // if (res.success) {
+ // this.dataList = res.result.records
+ // this.ipagination.total = res.result.total
+ // this.selectedRowKeys = this.value ? this.value.split(',') : []
+ // } else {
+ // this.dataList = []
+ // }
+ // }).finally(() => {
+ // this.loading = false
+ // })
},
searchQuery () {
this.replacePage(1)
diff --git a/jero-web/src/views/documentTool/documentComparison/DocumentComparison.vue b/jero-web/src/views/documentTool/documentComparison/DocumentComparison.vue
index efddb0c..addc8a5 100644
--- a/jero-web/src/views/documentTool/documentComparison/DocumentComparison.vue
+++ b/jero-web/src/views/documentTool/documentComparison/DocumentComparison.vue
@@ -18,14 +18,14 @@
-