@ -197,7 +197,7 @@ export default {
.then((res) => {
uni.hideLoading()
if (res.data) {
this.showCommitSuccessMessage(`提交成功<br>生成采购上架记录<br>${res.data}`)
this.showCommitSuccessMessage(`提交成功\n生成采购上架记录\n${res.data}`)
} else {
this.showErrorMessage(`提交失败[${res.msg}]`)
}