From 902888d90b68ed0026d79f841e8a5ceba6125d99 Mon Sep 17 00:00:00 2001 From: bfc Date: Wed, 20 Mar 2019 15:36:05 +0800 Subject: [PATCH] . --- root/index.html | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/root/index.html b/root/index.html index 423db67..7d7cc8b 100644 --- a/root/index.html +++ b/root/index.html @@ -234,8 +234,6 @@ }, //创建代码 creater: function () { - console.log(this.fileName) - console.log(this.row); this.row["fileName"] = fileName; red.post("/abc/creater", {cfgBean: JSON.stringify(this.row)}, function (json) { //red.showMsg({msg:"创建代码成功"}) @@ -268,7 +266,9 @@ pageModel: "abx", author: "EverCA", ca:["service"], - sheetNames: [] + sheetNames: [], + fontTpl: "a", + serviceTpl: "mb", }); } } @@ -298,6 +298,8 @@ author: "EverCA", ca:["service"], sheetNames: ["message_finger"], + fontTpl: "a", + serviceTpl: "mb", }); }