From d9ec076fc4f8db078c8b3afca4311beff9a5a372 Mon Sep 17 00:00:00 2001 From: shaoying Date: Mon, 16 Aug 2021 07:27:11 +0800 Subject: [PATCH] opt some --- plugin/table.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/table.js b/plugin/table.js index f3258db6..9d024ba7 100644 --- a/plugin/table.js +++ b/plugin/table.js @@ -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) },