@ningboyz/types 1.6.129 → 1.6.130
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -324,7 +324,7 @@ export class TSysMenuWithExpdResponse implements ISysMenuWithExpdResponse {
|
|
|
324
324
|
|
|
325
325
|
menuParaConv: ISysMenuWithExpdResponseMenuPara = new TSysMenuWithExpdResponseMenuPara();
|
|
326
326
|
|
|
327
|
-
public parseJsons(listMenu: ISysMenuWithExpdResponse[]) {
|
|
327
|
+
public static parseJsons(listMenu: ISysMenuWithExpdResponse[]) {
|
|
328
328
|
for (let i = 0; i < listMenu.length; i++) {
|
|
329
329
|
const menu = listMenu[i];
|
|
330
330
|
menu.menuParaConv = TSysMenuWithExpdResponse.parseJson(menu.menuPara);
|