Skip to content

Commit

Permalink
feat(channel): adaptive acquisition channel single selection
Browse files Browse the repository at this point in the history
  • Loading branch information
h7ml committed May 7, 2022
1 parent 6267261 commit 81469c0
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.EN.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@
* **mtqq:** topic ([8622115](https://github.com/dgiot/dgiot-dashboard/commit/8622115be15a4779f977c9cb052ea28ab2b573a1))
* **notification:** notification_ ([db5f2b8](https://github.com/dgiot/dgiot-dashboard/commit/db5f2b8d8b12be3fd04f8dfa901ce8b2403c2bb4))
* **npmrc:** registry ([1d54924](https://github.com/dgiot/dgiot-dashboard/commit/1d549244ac2ef6e2d6f6d6877744df500f077e03))
* **product:** [core] ([6267261](https://github.com/dgiot/dgiot-dashboard/commit/62672618d42bed72bd04517496f7da6c71d27a09))
* **product:** enable default dynamic registration when adding products ([3b98e40](https://github.com/dgiot/dgiot-dashboard/commit/3b98e400c6a00b86a8edf167ddda927460a76d05))
* **product:** modify product interface mode ([27a2805](https://github.com/dgiot/dgiot-dashboard/commit/27a2805f1803b47e90eeeeca5147ee042cdc40b2))
* **product:** numbe ([90554b7](https://github.com/dgiot/dgiot-dashboard/commit/90554b7ba2a55fd3c620b5d723c213997922844e))
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.ZH.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@
* **mtqq:** topic ([8622115](https://github.com/dgiot/dgiot-dashboard/commit/8622115be15a4779f977c9cb052ea28ab2b573a1))
* **notification:** notification_ ([db5f2b8](https://github.com/dgiot/dgiot-dashboard/commit/db5f2b8d8b12be3fd04f8dfa901ce8b2403c2bb4))
* **npmrc:** registry ([1d54924](https://github.com/dgiot/dgiot-dashboard/commit/1d549244ac2ef6e2d6f6d6877744df500f077e03))
* **product:** [core] ([6267261](https://github.com/dgiot/dgiot-dashboard/commit/62672618d42bed72bd04517496f7da6c71d27a09))
* **product:** enable default dynamic registration when adding products ([3b98e40](https://github.com/dgiot/dgiot-dashboard/commit/3b98e400c6a00b86a8edf167ddda927460a76d05))
* **product:** modify product interface mode ([27a2805](https://github.com/dgiot/dgiot-dashboard/commit/27a2805f1803b47e90eeeeca5147ee042cdc40b2))
* **product:** numbe ([90554b7](https://github.com/dgiot/dgiot-dashboard/commit/90554b7ba2a55fd3c620b5d723c213997922844e))
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@
* **mtqq:** topic ([8622115](https://github.com/dgiot/dgiot-dashboard/commit/8622115be15a4779f977c9cb052ea28ab2b573a1))
* **notification:** notification_ ([db5f2b8](https://github.com/dgiot/dgiot-dashboard/commit/db5f2b8d8b12be3fd04f8dfa901ce8b2403c2bb4))
* **npmrc:** registry ([1d54924](https://github.com/dgiot/dgiot-dashboard/commit/1d549244ac2ef6e2d6f6d6877744df500f077e03))
* **product:** [core] ([6267261](https://github.com/dgiot/dgiot-dashboard/commit/62672618d42bed72bd04517496f7da6c71d27a09))
* **product:** enable default dynamic registration when adding products ([3b98e40](https://github.com/dgiot/dgiot-dashboard/commit/3b98e400c6a00b86a8edf167ddda927460a76d05))
* **product:** modify product interface mode ([27a2805](https://github.com/dgiot/dgiot-dashboard/commit/27a2805f1803b47e90eeeeca5147ee042cdc40b2))
* **product:** numbe ([90554b7](https://github.com/dgiot/dgiot-dashboard/commit/90554b7ba2a55fd3c620b5d723c213997922844e))
Expand Down
4 changes: 2 additions & 2 deletions src/views/DeviceCloud/manage/product.vue
Original file line number Diff line number Diff line change
Expand Up @@ -1648,7 +1648,7 @@
tdchannel: '7b290e5a0a',
category: '',
taskchannel: '6c48effac2',
otherchannel: [],
otherchannel: '',
nodeType: 3,
desc: '',
netType: '',
Expand Down Expand Up @@ -2502,7 +2502,7 @@
this.$set(
this.form,
'otherchannel',
row.channel ? row.channel.otherchannel : []
row.channel ? row.channel.otherchannel : ''
)
this.$set(
this.form,
Expand Down

0 comments on commit 81469c0

Please sign in to comment.