.
This commit is contained in:
parent
b9ae618855
commit
902888d90b
@ -234,8 +234,6 @@
|
|||||||
},
|
},
|
||||||
//创建代码
|
//创建代码
|
||||||
creater: function () {
|
creater: function () {
|
||||||
console.log(this.fileName)
|
|
||||||
console.log(this.row);
|
|
||||||
this.row["fileName"] = fileName;
|
this.row["fileName"] = fileName;
|
||||||
red.post("/abc/creater", {cfgBean: JSON.stringify(this.row)}, function (json) {
|
red.post("/abc/creater", {cfgBean: JSON.stringify(this.row)}, function (json) {
|
||||||
//red.showMsg({msg:"创建代码成功"})
|
//red.showMsg({msg:"创建代码成功"})
|
||||||
@ -268,7 +266,9 @@
|
|||||||
pageModel: "abx",
|
pageModel: "abx",
|
||||||
author: "EverCA",
|
author: "EverCA",
|
||||||
ca:["service"],
|
ca:["service"],
|
||||||
sheetNames: []
|
sheetNames: [],
|
||||||
|
fontTpl: "a",
|
||||||
|
serviceTpl: "mb",
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -298,6 +298,8 @@
|
|||||||
author: "EverCA",
|
author: "EverCA",
|
||||||
ca:["service"],
|
ca:["service"],
|
||||||
sheetNames: ["message_finger"],
|
sheetNames: ["message_finger"],
|
||||||
|
fontTpl: "a",
|
||||||
|
serviceTpl: "mb",
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
Loading…
Reference in New Issue
Block a user