标准/译文申请 问题修改

This commit is contained in:
baoyu
2024-03-29 18:16:47 +08:00
parent 5184a9e363
commit df15f88de4
@@ -164,7 +164,7 @@ export default {
importSuccess (response) {
if (response.ok) {
this.$message({
message: response.message,
message: response.data,
dangerouslyUseHTMLString: true,
type: 'success'
})