纸管绑定

This commit is contained in:
2025-06-23 09:04:05 +08:00
parent 3ee270c233
commit 9b199da8fb
3 changed files with 9 additions and 35 deletions

View File

@@ -127,6 +127,9 @@
if (this.dataList.length >= 2) {
return
}
if (this.index1 === this.dataList[0].site) {
return
}
this.dataList.push({site: this.index1})
},
handleDelete (index) {