fix:lodash名称修改
This commit is contained in:
@@ -127,7 +127,7 @@ export default {
|
|||||||
const endTime = new Date().getTime()
|
const endTime = new Date().getTime()
|
||||||
const startTime = endTime - 60 * this.params.timeType * 1000
|
const startTime = endTime - 60 * this.params.timeType * 1000
|
||||||
this.getQueryValues(this.querysArray, startTime, endTime).then((arr) => {
|
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)) {
|
if (!getTopology(this.meta2dId)) {
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user