mirror of
https://shylinux.com/x/volcanos
synced 2025-04-25 16:58:06 +08:00
opt some
This commit is contained in:
parent
c246855197
commit
2f10c687f8
@ -78,8 +78,9 @@ Volcanos("onimport", {help: "导入数据", list: [], _init: function(can, msg,
|
||||
can.onaction.modifyTask(event, can, task, "status", item)
|
||||
})
|
||||
},
|
||||
_init: function(target) { can.task || target.click()
|
||||
can._option._task && can._option._task.id == task.id && target.click()
|
||||
_init: function(target) {
|
||||
can.task || target.click()
|
||||
// can._option._task && can._option._task.id == task.id && target.click()
|
||||
},
|
||||
}
|
||||
}),
|
||||
|
Loading…
x
Reference in New Issue
Block a user