mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-20 18:18:56 +00:00
fix(dom) getCurrentData
This commit is contained in:
parent
6a3dc106c6
commit
a0430de4ae
1 changed files with 1 additions and 1 deletions
|
|
@ -1486,7 +1486,7 @@ var CloudCmd, Util, DOM, CloudFunc, Dialog;
|
|||
lName += lExt;
|
||||
}
|
||||
|
||||
DOM.saveDataToCache(lName, pData);
|
||||
DOM.saveDataToCache(lPath, pData);
|
||||
|
||||
Util.exec(pCallBack, {
|
||||
data: pData,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue