@@ -48,7 +48,7 @@ const reportPageControl = [
{ title: '开启「归档时不生成签字和签章」', name: 'closeArchiveSignature', value: pageStatus.show, type: 'checkbox', tip: '开启后,归档时所有报表的签名(名、章、文本等)都不显示', tipClass: '' },
];
// 功能设置页name名列表,功能设置需要设置的name必须添加到这个列表中,否则有可能清空数据
-const settingNameArray = (function(controlArr){
+const settingNameArray = (function(controlArr) {
const result = [];
controlArr.forEach(control => {
const key = control.map(x => { return x.name; });