@@ -220,7 +220,7 @@
{
"id": "lkGandartCompositeFuncEnalbleList",
"name": "功能步骤",
- "val": "TaskList,MateList",
+ "val": "TaskList,MateList,DecidedList",
"type": "checkboxes",
"desc": "功能步骤",
"items": [
@@ -1026,7 +1026,7 @@ function ToolKit(scriptName, scriptId, options) {
deepClone(obj, newObj) {
- let newObj = newObj || {};
+ newObj = newObj || {};
for (let key in obj) {
if (typeof obj[key] == 'object') {
newObj[key] = (obj[key].constructor === Array) ? [] : {}