Merge branch 'dev-2.0' of https://git.mesalab.cn/nezha/nezha-fronted into dev-2.0
This commit is contained in:
@@ -1322,7 +1322,7 @@ export default {
|
|||||||
this.penId = data.id
|
this.penId = data.id
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
this.$refs.CanvasProps.loading = true
|
this.$refs.CanvasProps && (this.$refs.CanvasProps.loading = true)
|
||||||
break
|
break
|
||||||
case 'line':
|
case 'line':
|
||||||
case 'addLine':
|
case 'addLine':
|
||||||
@@ -1343,7 +1343,7 @@ export default {
|
|||||||
this.penId = data.id
|
this.penId = data.id
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
this.$refs.CanvasProps.loading = true
|
this.$refs.CanvasProps && (this.$refs.CanvasProps.loading = true)
|
||||||
break
|
break
|
||||||
case 'multi':
|
case 'multi':
|
||||||
this.props = {
|
this.props = {
|
||||||
|
|||||||
Reference in New Issue
Block a user