|
发表于 2023-4-26 09:40:40
|
显示全部楼层
var dict = new this.Dict({
type : "process",//cms报错的
application : "7707248f-ee31-47d1-b94b-5270285eef62",//为这个流程所属应用的id
name : "hg_storeList"
});
var dictData = dict.get();
var storeList = dictData.orgList;//从数据字典取值拿过来
print(JSON.stringify(storeList));
用了上面的代码 搞好了,谢谢管理员大人,请收下我的膝盖 |
|