ruoyi-ui/src/views/selfeconomy/memo.vue @@ -198,6 +198,9 @@ // 取消按钮 cancelData() { this.open = false; Object.keys(this.formDat).forEach(key => { this.formDat[key] = ''; }); this.reset(); }, editAutobiography(row) {