feat : 年度计划生成功能及分摊汇总导出功能
This commit is contained in:
@@ -62,8 +62,10 @@ const getInfo = async (state) => {
|
||||
processStore.passList.value = data.passList;
|
||||
nextTick(() => {
|
||||
summaryProcessViewer.value = true
|
||||
if (data.formPermMap["fileList"]) {
|
||||
fileListShow.value = data.formPermMap["fileList"].perm
|
||||
if(data.formPermMap!=null){
|
||||
if (data.formPermMap["fileList"]) {
|
||||
fileListShow.value = data.formPermMap["fileList"].perm
|
||||
}
|
||||
}
|
||||
})
|
||||
loading.close()
|
||||
|
||||
Reference in New Issue
Block a user