Ver Fonte

更新显示

lex-xin há 4 anos atrás
pai
commit
8bf30e0a43
1 ficheiros alterados com 2 adições e 0 exclusões
  1. 2 0
      src/views/workBenchManager/journal/musicGroup.vue

+ 2 - 0
src/views/workBenchManager/journal/musicGroup.vue

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