@@ -324,6 +324,8 @@ export default {
this.showMessage = res.data
this.showMessage.type = memo.type
this.remark = res.data.reason
+ this.$refs.quitForm.resetFields()
+ this.quitForm.reason = res.data.reason
} else {
this.$message.error(res.msg)
}