This commit is contained in:
cun-nan 2024-10-18 11:18:35 +08:00
parent c92e63dbc7
commit cfe0171e60

View File

@ -67,6 +67,7 @@
<template slot-scope="scope">
<el-switch
v-model="scope.row.acquiesce"
disabled
active-color="#13ce66"
inactive-color="#ff4949">
</el-switch>
@ -328,6 +329,7 @@ export default {
this.staffIds = a.map(res => res.id)
}
this.deviceInfo = e
this.deviceInfo.deviceAb = this.deviceInfo.deviceAb.split(",")
console.log('提交设备信息数据:', this.deviceInfo);
},