提交 c1554030 authored 作者: 钟是志's avatar 钟是志

Merge remote-tracking branch 'origin/master'

......@@ -683,7 +683,6 @@ export function getListWord({
files:JSON.stringify(files)
});
});
let getFileData = giveFilePostDataInfoForTrue(
{
templatePath: templatePath,
......@@ -744,6 +743,7 @@ function setObjectKey(data) {
export function upObjKey(obj, setKey = {},defaultValue="") {
try {
obj = deepCopy(obj);
setKey = deepCopy(setKey);
let objType = Object.prototype.toString.call(obj);
if (obj && (objType.indexOf("Array") > -1 || objType.indexOf("Object") > -1) && Object.keys(setKey).length > 0) {
if (objType === "[object Object]" && Object.keys(obj).length > 0) {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论