From 2184ab5e6b5406d8a1e55a1a079fc03b860bd0ff Mon Sep 17 00:00:00 2001
From: zhaomeijing <3223191529@qq.com>
Date: Tue, 7 Jun 2022 23:08:43 +0800
Subject: [PATCH] [update]
---
jero-web/src/components/ReferenceParameter/index.vue | 2 +-
.../src/components/SynchronousSubmissionLibrary/index.vue | 2 ++
.../components/ParameterItemCollectionList.vue | 4 ++--
3 files changed, 5 insertions(+), 3 deletions(-)
diff --git a/jero-web/src/components/ReferenceParameter/index.vue b/jero-web/src/components/ReferenceParameter/index.vue
index 4b3480547..47a2a3256 100644
--- a/jero-web/src/components/ReferenceParameter/index.vue
+++ b/jero-web/src/components/ReferenceParameter/index.vue
@@ -169,7 +169,7 @@ export default {
this.loadData()
},
handleCancel() {
- this.$emit('areaVisible', false)
+ this.$emit('areaVisibleAssignedbyflag', false)
},
onSelectChange(selectedRowKeys, selectedRowKeysDate) {
this.selectedRowKeysDate = selectedRowKeysDate
diff --git a/jero-web/src/components/SynchronousSubmissionLibrary/index.vue b/jero-web/src/components/SynchronousSubmissionLibrary/index.vue
index a338b55f0..fc539927d 100644
--- a/jero-web/src/components/SynchronousSubmissionLibrary/index.vue
+++ b/jero-web/src/components/SynchronousSubmissionLibrary/index.vue
@@ -109,9 +109,11 @@ export default {
}
})
.then( (res) =>{
+ console.log(res,'res')
if (res.data.success) {
_this.$message.success(res.data.message)
this.$emit('areaVisibsynchronous', false)
+ this.$emit('GetgetTableList')
}else{
_this.$message.warning(res.data.message)
}
diff --git a/jero-web/src/views/projectManagement/components/ParameterItemCollectionList.vue b/jero-web/src/views/projectManagement/components/ParameterItemCollectionList.vue
index 9da699196..561a80bd8 100644
--- a/jero-web/src/views/projectManagement/components/ParameterItemCollectionList.vue
+++ b/jero-web/src/views/projectManagement/components/ParameterItemCollectionList.vue
@@ -186,13 +186,13 @@
+ :selectedRowKeysArray='selectedRowKeysArray' @areaVisibsynchronous='areaVisibsynchronous = false'/>