From 35322555f2ddbc26e73b477e083d9267348c84cb Mon Sep 17 00:00:00 2001 From: hanbaoshan <hanbaoshan@aiotlink.com> Date: 星期四, 03 十二月 2020 15:36:39 +0800 Subject: [PATCH] 修复编辑区域名称不显示的bug;数据栈信息名称添加命名限制 --- src/pages/labelMark/components/RightSide.vue | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/src/pages/labelMark/components/RightSide.vue b/src/pages/labelMark/components/RightSide.vue index 39f7500..e1f2177 100644 --- a/src/pages/labelMark/components/RightSide.vue +++ b/src/pages/labelMark/components/RightSide.vue @@ -366,7 +366,6 @@ if (this.isShowPop) return; //鑾峰彇榧犳爣鐩稿浜庣敾鏉跨殑瀹氫綅 console.log('鑾峰彇褰撳墠瀹氫綅淇℃伅'); - //this.$refs['labelForm'].clearValidate(); this.$refs['labelForm'].resetFields(); let target = { id: '', @@ -378,7 +377,6 @@ target.id = 'n'+(this.curCameraData.coords.length-1); //this.labels.push(target); this.curCameraData.coords.push(target); - //this.curLabel = JSON.parse(JSON.stringify(target)); this.curLabel = target; this.isShowPop = true; this.isNewLabel = true; -- Gitblit v1.8.0