|
@@ -44,6 +44,7 @@ class CurrencyFiletype extends AdminController{
|
|
$typeName = DictApi::selectByParentCode("common_declareType");
|
|
$typeName = DictApi::selectByParentCode("common_declareType");
|
|
foreach ($rows as $k => &$v){
|
|
foreach ($rows as $k => &$v){
|
|
$v['typeName'] = $typeName[$v['type']];
|
|
$v['typeName'] = $typeName[$v['type']];
|
|
|
|
+ $v['templateUrl'] = getStoragePath($v['templateUrl']);
|
|
}
|
|
}
|
|
}else{
|
|
}else{
|
|
$rows = [];
|
|
$rows = [];
|