优化:移除多余的文件名重置操作

pull/2040/head
ChenX 2 years ago
parent af444a3f66
commit bc2bd373ca

@ -148,13 +148,11 @@ export class Save implements Command
}
else
{
SaveBinaryFile();
//备份到服务端 或者 本地端
UploadFileHistory(file);
fileServer.currentFileInfo.name = "";
AppToaster.show({
message: "保存失败(上传到服务器失败,请检查网络连接是否正常.)!",
timeout: 5000,

Loading…
Cancel
Save