Explorar o código

人寿提核报错提示语换行问题

lihongxiao %!s(int64=2) %!d(string=hai) anos
pai
achega
e98ff8c8ea
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/views/Letter/Letter.vue

+ 1 - 1
src/views/Letter/Letter.vue

@@ -5483,7 +5483,7 @@ export default {
                           this.$message({
                             showClose: true,
                             dangerouslyUseHTMLString: true,
-                            message: this.queryOrders.inscompany + "提核--:" + (res.msg).replace(/\n/g,"<br>"),
+                            message: this.queryOrders.inscompany + "提核--:" + (res.msg).replace(/\n/g,"<br><br>"),
                             type: "error",
                             duration: 0
                           });