1
0
mirror of https://shylinux.com/x/volcanos synced 2025-04-25 16:58:06 +08:00
This commit is contained in:
shaoying 2021-08-16 07:27:11 +08:00
parent f8f654de05
commit d9ec076fc4

View File

@ -2,7 +2,7 @@ var _can_name = "/plugin/table.js"
Volcanos("onimport", {help: "导入数据", list: [], _init: function(can, msg, list, cb, target) {
can.onmotion.clear(can), can.base.isFunc(cb) && cb(msg)
can.onappend.table(can, msg)
can.onappend.board(can, msg.Result())
can.onappend.board(can, msg)
can.onmotion.story.auto(can, target)
},