Commit 16a7db0e authored by 秦嘉's avatar 秦嘉

修改bug

parent eb3f6295
......@@ -366,11 +366,13 @@ export default {
},
/** 新增设备方法 **/
handleAdd() {
this.Loading1 = true
this.reset()
this.title = '新增设备'
this.queryStationFun()
this.getDictFun()
this.open = true
this.Loading1 = false
},
/** 状态修改方法 **/
handleStatusChange(row) {
......@@ -528,7 +530,7 @@ export default {
}
.labelClass{
position: relative;
right: 1px;
right: 14px;
text-align: center;
}
.labelClassRequired{
......@@ -537,5 +539,13 @@ export default {
bottom: 17px;
right: 13px;
}
.el-col-12 {
position: relative;
left: 10px;
}
.el-col-24 {
position: relative;
left: 10px;
}
}
</style>
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