cloud-web-corejs 1.0.153 → 1.0.154

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "cloud-web-corejs",
3
3
  "private": false,
4
- "version": "1.0.153",
4
+ "version": "1.0.154",
5
5
  "scripts": {
6
6
  "dev": "vue-cli-service serve",
7
7
  "lint": "eslint --ext .js,.vue src",
@@ -709,7 +709,10 @@ modules = {
709
709
  this.$http({
710
710
  url: url,
711
711
  method: `post`,
712
- data: formData,
712
+ data: {
713
+ fileObjId: this.fileObjId,
714
+ fileObjAuthDTOs:formData
715
+ },
713
716
  isLoading: true,
714
717
  success: (res) => {
715
718
  this.$message({