Commit 194de0b9 authored by miaojiale's avatar miaojiale

修复数据未清空的问题

parent a3cf1208
...@@ -515,6 +515,7 @@ export default { ...@@ -515,6 +515,7 @@ export default {
this.confirmStatus = false this.confirmStatus = false
this.editLabelFlag = false this.editLabelFlag = false
this.selectedReason = [] this.selectedReason = []
this.$refs.screen.formList = {}
if (this.curBtn != 1) { if (this.curBtn != 1) {
this.form = { reason: "" } this.form = { reason: "" }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment