清空对象的值

Object.keys(this.form).forEach(key => (this.form[key] = ''))

小凤凰newObject
原文地址:https://www.cnblogs.com/xiaofenghuang/p/13608122.html