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'); }) },