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

修改bug

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