Skip to content

Commit

Permalink
Update main.js
Browse files Browse the repository at this point in the history
  • Loading branch information
BeardedManZhao committed Apr 12, 2024
1 parent 5d2b7e2 commit fb48a57
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions web/js/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ function transferDeposit() {
const fileName = prompt("请输入您要转存的文件在盘镜中的名字");
if (fileName) {
jokerBoxPopUp.show("转存任务已提交,转存表中可查队列信息哦!")
if (!isShowTransferDeposit_fileList_table){
showTransferDeposit_fileList_table();
}
diskMirror.transferDeposit(
{
userId: userId,
Expand Down

0 comments on commit fb48a57

Please sign in to comment.