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 @@
-