|
@@ -290,7 +290,8 @@
|
|
|
const baseData: any = deviceBaseList.value.find((baseData: any) => baseData.id === selectRow.deviceID);
|
|
|
Object.assign(selectData, initData, selectRow, baseData);
|
|
|
|
|
|
- const type = selectData.nwindownum == 1 ? 'singleXkWindow' : 'doubleWindow';
|
|
|
+ // const type = selectData.nwindownum == 1 ? 'singleXkWindow' : 'doubleWindow';
|
|
|
+ const type = selectData.nwindownum == 1 ? 'singleWindow' : 'doubleWindow';
|
|
|
setModelType(type).then(() => {
|
|
|
addMonitorText(selectData);
|
|
|
playAnimation(selectRow, selectData.maxarea, true);
|