一个标记有两个属性H和W,当H绑定问题1后。问题2通过绑定可绑定标记的W属性。但是通过更改不能绑定到标记的W属性
continuous-integration/drone/push Build is passing Details

main
wangxiaoshuang 2025-06-30 13:52:34 +08:00
parent ff31b54120
commit 45c22dd926
1 changed files with 1 additions and 1 deletions

View File

@ -731,7 +731,7 @@ export default {
if (currentState === 3) {
const conflictIndex = this.questionMarkInfoList.findIndex(
item => item.MeasureData.annotationUID === annotation.annotationUID
&& item.RowId !== this.operateRowId
&& item.RowId !== this.operateRowId && this.operateRowId
)
if (conflictIndex > -1) {
this.$alert('该标记已绑定到其他行,不能更改绑定!')