This commit is contained in:
lb
2022-08-05 13:16:13 +08:00
parent ee27a93181
commit 43f33be189
2 changed files with 2 additions and 1 deletions

View File

@@ -159,7 +159,7 @@ export default {
this.$refs['dataForm'].resetFields()
if (this.dataForm.id) {
this.$http({
url: this.$http.adornUrl(`/monitoring/equipment/info/${this.dataForm.id}`),
url: this.$http.adornUrl(`/monitoring/equipment/${this.dataForm.id}`),
method: 'get',
params: this.$http.adornParams()
}).then(({ data }) => {