This commit is contained in:
gaoyuanwei 2022-08-03 09:20:25 +08:00
parent 3bb705ec3f
commit 341119dcd2
1 changed files with 1 additions and 1 deletions

View File

@ -299,7 +299,7 @@
if (res.data.code == '0') { if (res.data.code == '0') {
demandCommentApply({ id: res.data.data.id }).then((res1) => { demandCommentApply({ id: res.data.data.id }).then((res1) => {
if (res1.data.code == '0') { if (res1.data.code == '0') {
message.success('提交评价成功') message.success('提交评价成功,请注意查看消息通知')
myComment.value = '' myComment.value = ''
evaluateList() evaluateList()
} }