diff --git a/src/pages/modules/build/index.vue b/src/pages/modules/build/index.vue index cdf738f..d6b4fe1 100644 --- a/src/pages/modules/build/index.vue +++ b/src/pages/modules/build/index.vue @@ -6,7 +6,7 @@ - +
{{$t('CartPosition')}}: {{ carPosition.x }}, {{carPosition.y}}
@@ -261,6 +261,7 @@ export default { }, // 打点 addPoint () { + if (this.autoLoopEnable === '1') return this.dialogVisible = true this.dataForm.stationCode = 'B' + (this.keyPoints.length + 1) const na = this.$i18n.locale === 'en-us' ? 'Work point ' : '工作点'