zhytech-ui-mobile 1.0.8 → 1.0.9
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.
|
@@ -41,6 +41,12 @@ export declare function useUtils(): {
|
|
|
41
41
|
* @return
|
|
42
42
|
*/
|
|
43
43
|
checkFile(file: any, files: [], size: number, unit: string, isImage: boolean): boolean;
|
|
44
|
+
/**
|
|
45
|
+
* @description: 将数据对象转换为文件对象
|
|
46
|
+
* @param files
|
|
47
|
+
* @return
|
|
48
|
+
*/
|
|
49
|
+
dataToFile(files: Record<string, any>[]): Promise<File[]>;
|
|
44
50
|
/**
|
|
45
51
|
* @description: 将对象格式化为页面跳转参数字符串
|
|
46
52
|
* @param params
|