mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-20 07:16:43 +08:00
提示信息修改
This commit is contained in:
@@ -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())
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user