Commit 32d5d878 authored by xiexingan's avatar xiexingan

bug

parent c17f7ae9
......@@ -2,7 +2,7 @@
.animation
.info-title
| {{ dataForm.name }}
//- <el-button @click='csHandle'>点我</el-button>
<el-button @click='csHandle'>点我</el-button>
//- | 空调
el-button(
icon="el-icon-close",
......@@ -165,6 +165,17 @@ export default {
...mapState('d2admin/user', ['info']),
...mapState('d2admin/paramsList', ['list'])
},
watch: {
list: {
handler(n, o) {
if (n) {
this.setData()
this.init(this.dataForm)
}
},
deep: true
}
},
data() {
return {
speed: '', //装束
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment