10.18
This commit is contained in:
parent
c92e63dbc7
commit
cfe0171e60
@ -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);
|
||||
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user