From ad9b83de4eb55c2f4d4db61eaff6ea277d1aaacb Mon Sep 17 00:00:00 2001 From: xd <844539747@qq.com> Date: Sun, 21 Apr 2024 10:15:29 +0800 Subject: [PATCH] '123' --- .../priceVerification/priceVerification/hjInfo.vue | 14 ++++++-------- .../technicalConfirm/technicalConfirm/jsxzInfo.vue | 12 ++++++------ 2 files changed, 12 insertions(+), 14 deletions(-) diff --git a/ruoyi-ui/src/views/priceVerification/priceVerification/hjInfo.vue b/ruoyi-ui/src/views/priceVerification/priceVerification/hjInfo.vue index ddf7903..b9e85dc 100644 --- a/ruoyi-ui/src/views/priceVerification/priceVerification/hjInfo.vue +++ b/ruoyi-ui/src/views/priceVerification/priceVerification/hjInfo.vue @@ -88,24 +88,22 @@ - - + + - + diff --git a/ruoyi-ui/src/views/technicalConfirm/technicalConfirm/jsxzInfo.vue b/ruoyi-ui/src/views/technicalConfirm/technicalConfirm/jsxzInfo.vue index eba03b7..39088b0 100644 --- a/ruoyi-ui/src/views/technicalConfirm/technicalConfirm/jsxzInfo.vue +++ b/ruoyi-ui/src/views/technicalConfirm/technicalConfirm/jsxzInfo.vue @@ -649,11 +649,9 @@ 下载 -
- - 删除 - -
+ + 删除 + @@ -875,7 +873,9 @@ commitQuot() { //技术协助状态 设置为 已协助 commitQuot(this.form).then(response => { - this.$emit('fMethod'); + this.open = false; + this.$modal.msgSuccess("提交成功"); + this.$emit('refreshList'); }) },