修改恢复文件按钮

This commit is contained in:
RenCheng 2025-03-04 15:55:03 +08:00
parent e75485e795
commit 30068b67c7

View File

@ -163,9 +163,9 @@
} }
}); });
}, },
processFile: function (record) { processFile: function (id) {
var that = this; var that = this;
recoverFile({id:record.id}).then((res) => { recoverFile({id:id}).then((res) => {
if (res.success) { if (res.success) {
this.$message.success(res.message); this.$message.success(res.message);
that.loadData(); that.loadData();