|
|
@@ -99,6 +99,8 @@
|
|
|
|
|
|
// 切换检测数据
|
|
|
async function getSelectRow(deviceID) {
|
|
|
+ console.log(deviceID,'deviceID---')
|
|
|
+ console.log(options.value,'options.value')
|
|
|
const currentData = options.value.find((item: any) => {
|
|
|
return item.id == deviceID;
|
|
|
});
|
|
|
@@ -110,7 +112,7 @@
|
|
|
// 获取模型类型
|
|
|
function changeModalType(currentData) {
|
|
|
optionType.value = currentData['strtype'];
|
|
|
- if (currentData['strsystype'] === '1') {
|
|
|
+ if (currentData['strsystype'] == '1') {
|
|
|
// 空压机
|
|
|
// modalType.value = 'nitrogen';
|
|
|
moduleTypeName.value='KYJ'
|