ruoyi-ui/src/views/collection/index.vue @@ -745,6 +745,10 @@ }); } }); // 清空formDat对象的数据 Object.keys(this.formDat).forEach(key => { this.formDat[key] = ''; }); }, requestUpload(params) {