|
@@ -948,6 +948,7 @@ function debugClick(record) {
|
|
|
debugFlag.value = 'device';
|
|
|
debugDeviceId.value = record.id;
|
|
|
visibleModalDebugEnd.value = true
|
|
|
+ startupDataDebugEnd.pwd = ''
|
|
|
tableData.value.forEach((el) => {
|
|
|
el.devInfoList.forEach((v) => {
|
|
|
if (v.id == debugDeviceId.value) {
|
|
@@ -1054,7 +1055,7 @@ function handleCancelDelStation() { }
|
|
|
|
|
|
//操作记录查询
|
|
|
async function getSearchRecord(param) {
|
|
|
- let res = await get158SetLog({ ...param })
|
|
|
+ let res = await get158SetLog({ stationType: '158', ...param })
|
|
|
if (res && res.length != 0) {
|
|
|
operationData.value = res.records
|
|
|
}
|