|
@@ -114,6 +114,8 @@ export default {
|
|
|
currentComplaintNo: '',
|
|
|
/** @type {number} */
|
|
|
currentComplaintReplyStatus: 0,
|
|
|
+ /** @type {number} */
|
|
|
+ currentComplaintStatus: 0,
|
|
|
// 新增回复相关数据
|
|
|
addReplyVisible: false,
|
|
|
replyForm: {
|
|
@@ -494,6 +496,7 @@ export default {
|
|
|
this.currentComplaintId = row.id
|
|
|
this.currentComplaintNo = row.complaintNo
|
|
|
this.currentComplaintReplyStatus = row.replyStatus
|
|
|
+ this.currentComplaintStatus = row.status
|
|
|
this.replyListVisible = true
|
|
|
this.replyPage.current = 1
|
|
|
await this.loadReplyList()
|