Merge remote-tracking branch 'origin/apps_dev' into apps_dev
This commit is contained in:
commit
d23d1fea1b
@ -1,4 +1,4 @@
|
||||
<!DOCTYPE html><html lang=en><head><meta charset=utf-8><meta http-equiv=X-UA-Compatible content="IE=edge"><meta name=viewport content="width=device-width,initial-scale=1"><link rel=icon href=../apps/com.actionsoft.apps.coe.pal.batch/main/favicon.ico><title>com.actionsoft.apps.coe.pal.batch</title><script>const settingParam =; <#settingParam>;
|
||||
<!DOCTYPE html><html lang=en><head><meta charset=utf-8><meta http-equiv=X-UA-Compatible content="IE=edge"><meta name=viewport content="width=device-width,initial-scale=1"><link rel=icon href=../apps/com.actionsoft.apps.coe.pal.batch/main/favicon.ico><title>com.actionsoft.apps.coe.pal.batch</title><script>const settingParam = <#settingParam>;
|
||||
const axiosBaseUrl = "./";
|
||||
const production = true;</script><script>var mainPage = '<#mainPage>';// create 批量创建 replace 批量替换
|
||||
var wsId = '<#wsId>';
|
||||
|
||||
@ -116,7 +116,7 @@ public class PALMethodCache {
|
||||
} else {
|
||||
List<String> result = new ArrayList<>();
|
||||
//String[] methodArray = new String[] { "process", "org", "data", "itsystem", "control" };
|
||||
String[] methodArray = new String[] { "process","control","data", "org","itsystem"};
|
||||
String[] methodArray = new String[] { "process","data","control","org","itsystem"};
|
||||
for (String method : methodArray) {
|
||||
if (list.contains(method)) {
|
||||
result.add(method);
|
||||
|
||||
@ -7843,7 +7843,7 @@ public class CoeProcessLevelWeb extends ActionWeb {
|
||||
}
|
||||
|
||||
// 内置/扩展建模方法
|
||||
List<String> palMethodCategoryList = PALMethodCache.getPALMethodList(false);
|
||||
List<String> palMethodCategoryList = PALMethodCache.getPALMethodList(true);
|
||||
for (String c : palMethodCategoryList) {
|
||||
List<PALMethodModel> list = PALMethodCache.getPALMethodModelListByMethod(c);
|
||||
for (PALMethodModel model : list) {
|
||||
@ -8146,7 +8146,7 @@ public class CoeProcessLevelWeb extends ActionWeb {
|
||||
// }
|
||||
}
|
||||
// 保存文件属性
|
||||
PALRepositoryAPIManager.getInstance().updateRepositoryProperty(model.getId());
|
||||
//PALRepositoryAPIManager.getInstance().updateRepositoryProperty(model.getId());
|
||||
|
||||
JSONArray repositoryPathData = CoeProcessLevelUtil.getRepositoryPath(parentId);
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user