@@ -215,7 +215,7 @@ export default {
...this.formTH,
esOrderRefundId: this.detailsId
}).then(res=>{
- this.$message({ type: 'success', message: `确定退货退款成功!` })
+ this.$message({ type: 'success', message: `操作成功!` })
this.$emit("removeTab")
})
}