From fc83a6dcef742ba6702df8d396cefd6ea5897fc0 Mon Sep 17 00:00:00 2001 From: hiparker Date: Thu, 29 Apr 2021 17:45:41 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=A3=E7=A0=81=E7=94=9F=E6=88=90=E5=99=A8?= =?UTF-8?q?=20=E5=89=8D=E7=AB=AF=E4=BB=A3=E7=A0=81=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../tpl/foreend/api/TemplateApi.html | 2 +- .../tpl/foreend/components/TemplateEdit.html | 2 +- .../tpl/foreend/index/TemplateIndex.html | 40 +++++++++---------- 3 files changed, 22 insertions(+), 22 deletions(-) diff --git a/opsli-modulars/opsli-modulars-creater/src/main/resources/tpl/foreend/api/TemplateApi.html b/opsli-modulars/opsli-modulars-creater/src/main/resources/tpl/foreend/api/TemplateApi.html index 3d019639..8e8eb077 100644 --- a/opsli-modulars/opsli-modulars-creater/src/main/resources/tpl/foreend/api/TemplateApi.html +++ b/opsli-modulars/opsli-modulars-creater/src/main/resources/tpl/foreend/api/TemplateApi.html @@ -109,7 +109,7 @@ export function doImportExcel(data) { // 最长超时时间 3 分钟 timeout: 180000, headers: { - 'Content-Type': 'multipart/form-data' + "Content-Type": "multipart/form-data" }, data, }); diff --git a/opsli-modulars/opsli-modulars-creater/src/main/resources/tpl/foreend/components/TemplateEdit.html b/opsli-modulars/opsli-modulars-creater/src/main/resources/tpl/foreend/components/TemplateEdit.html index 7ba705f6..d253ff7f 100644 --- a/opsli-modulars/opsli-modulars-creater/src/main/resources/tpl/foreend/components/TemplateEdit.html +++ b/opsli-modulars/opsli-modulars-creater/src/main/resources/tpl/foreend/components/TemplateEdit.html @@ -99,7 +99,7 @@ #if(vali != "isNotNull") const validate_#(column.fieldName+'_'+vali) = (rule, value, callback) => { if (!#(vali)(value)) { - callback(new Error(getMsg('#(vali)'))); + callback(new Error(getMsg("#(vali)"))); } else { callback(); } diff --git a/opsli-modulars/opsli-modulars-creater/src/main/resources/tpl/foreend/index/TemplateIndex.html b/opsli-modulars/opsli-modulars-creater/src/main/resources/tpl/foreend/index/TemplateIndex.html index a89511ee..b3eaa98b 100644 --- a/opsli-modulars/opsli-modulars-creater/src/main/resources/tpl/foreend/index/TemplateIndex.html +++ b/opsli-modulars/opsli-modulars-creater/src/main/resources/tpl/foreend/index/TemplateIndex.html @@ -14,10 +14,10 @@ @@ -101,25 +101,25 @@ > 添加 导入 导出