制度文件模型阅览暂时去掉节点附件显示
This commit is contained in:
parent
dc644d5823
commit
c4db99c679
@ -1840,8 +1840,9 @@ function initUpfileData(obj) {
|
||||
|
||||
var processShape = upfileData[ele.id];
|
||||
if(methodId=="control.policy"){
|
||||
|
||||
if(countindex!=0){
|
||||
//暂时去掉制度节点附件显示 20221208 lihongyu
|
||||
if(false){
|
||||
//if(countindex!=0){
|
||||
if(processShape != null && processShape.length > 0) {
|
||||
var fileTile="";
|
||||
if(ele.category=="data_form"){
|
||||
|
||||
Loading…
Reference in New Issue
Block a user