|
|
@ -123,6 +123,13 @@ export default { |
|
|
|
// const roadInfo = await getRoadInfoByStakeMark(this.dialogData.stakeMark); |
|
|
|
// if (roadInfo) this.data.roadName = roadInfo.roadName; |
|
|
|
}, |
|
|
|
mounted() { |
|
|
|
return request({ |
|
|
|
url: `/business/device/functions/${this.dialogData.iotDeviceId}/0d`, |
|
|
|
method: "POST", |
|
|
|
data:{}, |
|
|
|
}); |
|
|
|
}, |
|
|
|
methods: { |
|
|
|
rebind(){ |
|
|
|
this.$refs.refParam.bind() |
|
|
|