【修改】 修改上传报告 修改流程中心(没完成)
This commit is contained in:
@@ -55,8 +55,6 @@
|
||||
:filter-node-method="filterNode"
|
||||
ref="tree"
|
||||
@check="getHalfCheckedNode"
|
||||
check-strictly
|
||||
@check-change="setCheckedNodes"
|
||||
:key="treeKey"
|
||||
>
|
||||
<template slot-scope="{node}">
|
||||
@@ -781,28 +779,27 @@ export default {
|
||||
/* =============================================== 报告上传 =============================================== */
|
||||
// 打开报告上传
|
||||
openReportAdd() {
|
||||
this.mode = 'add';
|
||||
this.reportF = {
|
||||
name: '', // 报告名称
|
||||
mainContent: '', // 内容摘要
|
||||
department: '', // 报告所属部门
|
||||
fileName: '', // 文件上传
|
||||
fileId: '',
|
||||
year: '', // 报告年份
|
||||
privacyLevel: undefined, //报告隐私等级
|
||||
reportUserIdList: [], // 权限
|
||||
confidentialLevel:undefined, //涉密等级
|
||||
labelList:[] //标签
|
||||
};
|
||||
this.tags = [] // 关键词
|
||||
this.dialogReport = true;
|
||||
// this.$router.push({
|
||||
// path:'/reportprocess/launch',
|
||||
// query:{
|
||||
// id:this.$route.query.id,
|
||||
// isBegin:1
|
||||
// }
|
||||
// })
|
||||
// this.mode = 'add';
|
||||
// this.reportF = {
|
||||
// name: '', // 报告名称
|
||||
// mainContent: '', // 内容摘要
|
||||
// department: '', // 报告所属部门
|
||||
// fileName: '', // 文件上传
|
||||
// fileId: '',
|
||||
// year: '', // 报告年份
|
||||
// privacyLevel: undefined, //报告隐私等级
|
||||
// reportUserIdList: [], // 权限
|
||||
// confidentialLevel:undefined, //涉密等级
|
||||
// labelList:[] //标签
|
||||
// };
|
||||
// this.tags = [] // 关键词
|
||||
// this.dialogReport = true;
|
||||
this.$router.push({
|
||||
path:'/reportprocess/launch',
|
||||
query:{
|
||||
id:this.$route.query.id,
|
||||
}
|
||||
})
|
||||
},
|
||||
// 必填项
|
||||
checkReportF() {
|
||||
|
||||
Reference in New Issue
Block a user