fix:修改 lodash 单词拼写错误的问题

This commit is contained in:
zhangyu
2023-06-05 14:52:04 +08:00
parent 717b3fa57a
commit 6f56e8af55
59 changed files with 185 additions and 185 deletions

View File

@@ -151,7 +151,7 @@ export default {
findData (key) {
if (key) {
const obj = {
...this.$loadsh.cloneDeep(this.infoData[key]),
...this.$lodash.cloneDeep(this.infoData[key]),
type: key
}
if (key === 'dc') {
@@ -165,7 +165,7 @@ export default {
findData2 (key) {
if (key) {
const obj = {
...this.$loadsh.cloneDeep(this.infoData[key]),
...this.$lodash.cloneDeep(this.infoData[key]),
type: key,
position: {
top: 0,