From 38f69265f609ac1bea6a2c71e6ad2b79439e69d5 Mon Sep 17 00:00:00 2001 From: zhaomeijing <3223191529@qq.com> Date: Mon, 6 Jun 2022 23:16:00 +0800 Subject: [PATCH] [update] tishi bug --- .../src/components/SynchronousSubmissionLibrary/index.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/jero-web/src/components/SynchronousSubmissionLibrary/index.vue b/jero-web/src/components/SynchronousSubmissionLibrary/index.vue index 9c2d5a5e4..a338b55f0 100644 --- a/jero-web/src/components/SynchronousSubmissionLibrary/index.vue +++ b/jero-web/src/components/SynchronousSubmissionLibrary/index.vue @@ -110,10 +110,10 @@ export default { }) .then( (res) =>{ if (res.data.success) { - _this.$message.success(res.data.result) + _this.$message.success(res.data.message) this.$emit('areaVisibsynchronous', false) }else{ - _this.$message.warning(res.data.result) + _this.$message.warning(res.data.message) } }) .catch( (error) =>{