提示信息修改

This commit is contained in:
mengxiaolong
2020-08-21 15:00:29 +08:00
parent a8258cd248
commit feecb1a562

View File

@@ -361,7 +361,7 @@ export default {
// 新契约问题件签名前必须输入回复内容 // 新契约问题件签名前必须输入回复内容
if (this.issueType === 'TB89') { if (this.issueType === 'TB89') {
if (!this.newContract.feedback.trim()) { if (!this.newContract.feedback.trim()) {
return this.$toast('请填写回复内容') return this.$toast('请填写回复信息')
} else { } else {
localStorage.setItem('problemReplay', this.newContract.feedback.trim()) localStorage.setItem('problemReplay', this.newContract.feedback.trim())
} }