cloud-web-corejs 1.0.54-dev.6 → 1.0.54-dev.7
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
@@ -14,7 +14,7 @@ modules = {
|
|
14
14
|
treeNodeArr: Array
|
15
15
|
},
|
16
16
|
components: {
|
17
|
-
editView, userDialog, positionDialog, saleOrgDialog, roleDialog,fileObjAuthEditDialog
|
17
|
+
editView, userDialog, positionDialog, saleOrgDialog, roleDialog, fileObjAuthEditDialog
|
18
18
|
},
|
19
19
|
inject: ['current_prefix'],
|
20
20
|
mounted() {
|
@@ -50,8 +50,8 @@ modules = {
|
|
50
50
|
showSaleOrgAddDialog: false,
|
51
51
|
showPositionAddDialog: false,
|
52
52
|
showRoleAddDialog: false,
|
53
|
-
showDetailDialog:false,
|
54
|
-
currentRow:null,
|
53
|
+
showDetailDialog: false,
|
54
|
+
currentRow: null,
|
55
55
|
|
56
56
|
};
|
57
57
|
},
|
@@ -616,6 +616,7 @@ modules = {
|
|
616
616
|
deleteDirAuth: 1,
|
617
617
|
historyAuth: 1,
|
618
618
|
shareAuth: 1,
|
619
|
+
downWatermarkAuth: 0,
|
619
620
|
fileObjId: this.fileObjId
|
620
621
|
}
|
621
622
|
return row;
|
@@ -626,7 +627,7 @@ modules = {
|
|
626
627
|
this.showDetailDialog = true;
|
627
628
|
},
|
628
629
|
confirmDetailDialog(row) {
|
629
|
-
this.tableData.splice(this.operateIndex,1,row)
|
630
|
+
this.tableData.splice(this.operateIndex, 1, row)
|
630
631
|
this.showDetailDialog = false;
|
631
632
|
}
|
632
633
|
}
|