优化字典类

This commit is contained in:
aixianling
2022-08-10 11:06:49 +08:00
parent 09d96a3c95
commit 73a26d8560

View File

@@ -111,10 +111,7 @@ export default {
this.$message.success('更新成功')
this.getDevices()
}
this.btnLoading = false
}).catch(() => {
this.btnLoading = false
})
}).finally(() => this.btnLoading = false)
},
handleNodeClick(data) {
this.$emit('select', data)
@@ -200,6 +197,7 @@ export default {
height: 28px;
background: #3E4A69;
}
::v-deep .el-button:hover {
border: none;
}