fix:lodash名称修改

This commit is contained in:
zhangyu
2023-06-09 10:39:08 +08:00
parent 753e5164e3
commit 7cb3a7e521

View File

@@ -127,7 +127,7 @@ export default {
const endTime = new Date().getTime()
const startTime = endTime - 60 * this.params.timeType * 1000
this.getQueryValues(this.querysArray, startTime, endTime).then((arr) => {
this.clacTopoData(this.$loadsh.cloneDeep(this.topoData), arr).then((data) => {
this.clacTopoData(this.$lodash.cloneDeep(this.topoData), arr).then((data) => {
if (!getTopology(this.meta2dId)) {
return
}