|
@@ -77,7 +77,7 @@ let gFuncEnables = lk.getVal(GandartConstKey.CompositeFuncEnalbleList);
|
|
|
if (!lk.isEmpty(gFuncEnables)) {
|
|
if (!lk.isEmpty(gFuncEnables)) {
|
|
|
gFuncEnables = gFuncEnables.split(',');
|
|
gFuncEnables = gFuncEnables.split(',');
|
|
|
} else {
|
|
} else {
|
|
|
- gFuncEnables = [];
|
|
|
|
|
|
|
+ gFuncEnables = ["TaskList", "MateList", "DecidedList"];
|
|
|
}
|
|
}
|
|
|
if (!lk.isExecComm) {
|
|
if (!lk.isExecComm) {
|
|
|
if (!lk.isRequest()) {
|
|
if (!lk.isRequest()) {
|