|
@@ -35,7 +35,7 @@
|
|
|
</div>
|
|
|
<!-- 树图相关 -->
|
|
|
<div id="treeDiv" class="whr100">
|
|
|
- <div class="text">安泰安全管理模块展示</div>
|
|
|
+ <div class="text" background-color="yellow">安泰安全管理模块展示</div>
|
|
|
</div>
|
|
|
<!-- 重命名节点Dialog -->
|
|
|
<el-dialog title="提示" :visible.sync="renameDialogVisible" width="30%" :before-close="editDialogClose">
|
|
@@ -1264,8 +1264,8 @@ export default {
|
|
|
let that = this;
|
|
|
that.loading = true;
|
|
|
let SubmitData = {
|
|
|
- fileName: '简介.docx',
|
|
|
- fileUrl: '/安泰控股集团/集团/2023/05/25/1684977494620440.docx'
|
|
|
+ fileName: '简介.pdf',
|
|
|
+ fileUrl: '/安泰控股集团/集团/2023/05/25/1684977494620440.pdf'
|
|
|
};
|
|
|
let urla = 'pass/ems/v1/uploadfiles/getfile/';
|
|
|
let type = 'text/html';
|