1
0
mirror of https://shylinux.com/x/volcanos synced 2025-04-29 10:19:22 +08:00
This commit is contained in:
harveyshao 2022-03-14 21:23:45 +08:00
parent d7ab130ce3
commit 6bfdb68f37

View File

@ -350,7 +350,7 @@ Volcanos("onappend", {help: "渲染引擎", list: [], _init: function(can, meta,
} }
function run(cmds) { var msg = can.sup.request(event, line, can.Option()) function run(cmds) { var msg = can.sup.request(event, line, can.Option())
return can.run(event, cmds, null, true) return can.run(event, cmds, function(msg) { can.Update() }, true)
} }
return {text: [value, html.TD], onclick: function(event) { var target = event.target return {text: [value, html.TD], onclick: function(event) { var target = event.target