|
@@ -1408,8 +1408,6 @@ |
|
|
listFolder: thisApp.listNewFolder, |
|
|
listFolder: thisApp.listNewFolder, |
|
|
listManageUser:thisApp.listManagerUser |
|
|
listManageUser:thisApp.listManagerUser |
|
|
}; |
|
|
}; |
|
|
console.log(param); |
|
|
|
|
|
return; |
|
|
|
|
|
this.$axios({ |
|
|
this.$axios({ |
|
|
method: sendMethod, |
|
|
method: sendMethod, |
|
|
url: encodeURI(process.env.API_HOST + "folders/set"), |
|
|
url: encodeURI(process.env.API_HOST + "folders/set"), |
|
|