sandm 2 жил өмнө
parent
commit
ee627558d3

+ 1 - 0
app/admin/controller/CurrencyFiletype.php

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