|
@@ -112,14 +112,14 @@ Ext.define('saas.view.sys.power.FormPanelController', {
|
|
|
powerSetList.push({
|
|
powerSetList.push({
|
|
|
groupId:groupId,
|
|
groupId:groupId,
|
|
|
classify:'export',
|
|
classify:'export',
|
|
|
- checked:data['export']
|
|
|
|
|
|
|
+ checked:data['fileExport']
|
|
|
})
|
|
})
|
|
|
}
|
|
}
|
|
|
if((typeof modified.fileImport) == 'boolean'){
|
|
if((typeof modified.fileImport) == 'boolean'){
|
|
|
powerSetList.push({
|
|
powerSetList.push({
|
|
|
groupId:groupId,
|
|
groupId:groupId,
|
|
|
classify:'import',
|
|
classify:'import',
|
|
|
- checked:data['import']
|
|
|
|
|
|
|
+ checked:data['fileImport']
|
|
|
})
|
|
})
|
|
|
}
|
|
}
|
|
|
if((typeof modified.print) == 'boolean'){
|
|
if((typeof modified.print) == 'boolean'){
|