|
@@ -451,7 +451,21 @@ export default {
|
|
|
}
|
|
|
const newItem = { w: 1, h: 2, x: 1, y: this.pageArray.map(item => item?.y).sort()[this.pageArray.length-1] || 1, i: this.pageArrayCount, ...item }
|
|
|
if (this.baseItem.id !== undefined) {
|
|
|
- const { bandValue, bootCode, bootCodeSend, addressCode, synchronizeCode, synchronizeCodeSend, dateBinary0, dateBinary1, repeatCode } = this.baseItem
|
|
|
+ const {
|
|
|
+ bandValue,
|
|
|
+ bootCode,
|
|
|
+ bootCodeSend,
|
|
|
+ addressCode,
|
|
|
+ synchronizeCode,
|
|
|
+ synchronizeCodeSend,
|
|
|
+ dateBinary0,
|
|
|
+ dateBinary1,
|
|
|
+ repeatCode,
|
|
|
+ bootCodeStatus,
|
|
|
+ synchronizeCodeStatus,
|
|
|
+ addressCodeStatus,
|
|
|
+ dataInverseCodeStatus
|
|
|
+ } = this.baseItem
|
|
|
if (item.type === 'button') {
|
|
|
newItem.bandValue = bandValue
|
|
|
newItem.repeatCode = repeatCode
|
|
@@ -466,6 +480,10 @@ export default {
|
|
|
newItem.addSubMax = ''
|
|
|
newItem.addSubMin = ''
|
|
|
newItem.addressCode = addressCode
|
|
|
+ newItem.bootCodeStatus = bootCodeStatus
|
|
|
+ newItem.addressCode = synchronizeCodeStatus
|
|
|
+ newItem.addressCode = addressCodeStatus
|
|
|
+ newItem.addressCode = dataInverseCodeStatus
|
|
|
}
|
|
|
}
|
|
|
this.pageArray.push(newItem)
|