【修改】修改编辑报告流程

This commit is contained in:
zhoulingpo
2023-05-11 14:46:44 +08:00
parent 690e79964e
commit 2c40afc090
3 changed files with 32 additions and 35 deletions
+7 -23
View File
@@ -874,29 +874,13 @@ export default {
},
// 打开报告上传
openReportModify(mode, row) {
this.reportF = {
name: '', // 报告名称
mainContent: '', // 内容摘要
department: '', // 报告所属部门
fileName: '', // 文件上传
fileId: '',
year: '', // 报告年份
privacyLevel: undefined, //报告隐私等级
reportUserIdList: [], // 权限
confidentialLevel:undefined, //涉密等级
labelList:[] //标签
};
this.tags = []
this.mode = mode;
// this.labelList();
let rowData = JSON.parse(JSON.stringify(row));
console.log('rowData',rowData);
this.reportF = rowData;
// this.reportF.tags=JSON.parse(rowData.keyContent)
this.tags=JSON.parse(rowData.keyContent)
if(this.tags == '') this.tags =[]
this.$forceUpdate()
this.dialogReport = true;
this.$router.push({
path:'/reportprocess/launch',
query:{
id:this.$route.query.id,
ids:row.id
}
})
},
// 获取所有用户
sysUserList() {