diff --git a/com.actionsoft.apps.coe.pal/src/views/repository/RepositoryList.vue b/com.actionsoft.apps.coe.pal/src/views/repository/RepositoryList.vue
index 94175f8..39bc070 100644
--- a/com.actionsoft.apps.coe.pal/src/views/repository/RepositoryList.vue
+++ b/com.actionsoft.apps.coe.pal/src/views/repository/RepositoryList.vue
@@ -64,7 +64,7 @@
-
+
批量创建
@@ -240,7 +240,7 @@
- - 修改{{currRepositoryDetail.methodName}}
+ - 修改{{currRepositoryDetail.methodName}}
- 打开文件
@@ -260,7 +260,7 @@
- 导出{{currRepositoryDetail.methodName}}
-
+
- 删除文件
- 删除{{currRepositoryDetail.methodName}}
@@ -463,6 +463,14 @@
},
isFileSecurity: false,
isHighSecurity: false,
+ isOlderVersion: true,
+ havingCreatePerm: false,
+ havingBatchPerm: false,
+ filePerm:{
+ havingRemovePerm:false,
+ havingVersionManagePerm: false,
+ havingWritePerm: false
+ }
}
},
created() {
@@ -616,6 +624,9 @@
that.batchDlg = ro.data.batchDlg;
that.isHighSecurity = ro.data.isHighSecurity;
that.isFileSecurity = ro.data.isFileSecurity;
+ that.isOlderVersion = ro.data.isOlderVersion;
+ that.havingBatchPerm = ro.data.havingBatchPerm;
+ that.havingCreatePerm = ro.data.havingCreatePerm;
if(that.tableData.length==0){
that.isShow = false;
} else {
@@ -691,6 +702,9 @@
that.currRepositoryDetail.state = '设计中';
}
that.currRepositoryDetail.rowIndex = row.index;
+ that.filePerm.havingRemovePerm = ro.data.havingRemovePerm
+ that.filePerm.havingVersionManagePerm = ro.data.havingVersionManagePerm
+ that.filePerm.havingWritePerm = ro.data.havingWritePerm
}
}).catch(error=>{
console.log(error);