Parcourir la source

[VersionBeta] V.1.0.0.0

[Adds]
1.客户端上传隐藏上传框
master
xzx il y a 4 ans
Parent
révision
a8bee5a1d7
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. +1
    -1
      src/views/main_web/workspace.vue

+ 1
- 1
src/views/main_web/workspace.vue Voir le fichier

@@ -3923,7 +3923,7 @@ export default {
*/
clientUpload() {
if (this.isClient) {
this.showNewFiledialog=false;
this.isShowNewFiledialog=false;
back.uploadFile(this.listUserFolders[this.nowFolderIndex].folderID);
}
},