mirror of
https://github.com/certd/certd.git
synced 2026-05-17 13:57:31 +08:00
chore:
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import _ from "lodash-es";
|
||||
import * as _ from "lodash-es";
|
||||
function copyList(originList: any, newList: any, options: any, parentId?: any) {
|
||||
for (const item of originList) {
|
||||
const newItem: any = _.cloneDeep(item);
|
||||
|
||||
Reference in New Issue
Block a user