1
0
mirror of https://shylinux.com/x/volcanos synced 2025-04-26 17:24:06 +08:00
This commit is contained in:
shaoying 2020-10-15 20:09:50 +08:00
parent 0810d77b48
commit 6972b00f82

View File

@ -53,7 +53,7 @@ Volcanos("onimport", {help: "导入数据", list: [], _init: function(can, msg,
}), }),
} }, } },
_profile: function(can, msg, task) { _profile: function(can, msg, task) {
task.extra && can.core.Item(can.base.Obj(task.extra), function(key, value) { task["extra."+key] = value }) && delete(task.extra) task.extra && can.core.Item(can.base.Obj(task.extra), function(key, value) { task["extra."+key] = value }), delete(task.extra)
can.task && can.Cache(can.task.id, can.ui.display, can.task.id) can.task && can.Cache(can.task.id, can.ui.display, can.task.id)
can.Status(can.task = task); can.Cache(task.id, can.ui.display) || task["extra.cmd"] && can.onappend.plugin(can, { can.Status(can.task = task); can.Cache(task.id, can.ui.display) || task["extra.cmd"] && can.onappend.plugin(can, {