udpate
This commit is contained in:
@@ -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 }) => {
|
||||
|
||||
Reference in New Issue
Block a user