Commit 80c2f0e9 authored by van.chen's avatar van.chen

去掉unit

parent 51f77358
...@@ -76,7 +76,7 @@ export class ModuleDetailComponent implements OnInit { ...@@ -76,7 +76,7 @@ export class ModuleDetailComponent implements OnInit {
} }
add() { add() {
this.req = {}; this.req = {unit: '-'};
this.isUpdate = false; this.isUpdate = false;
this.isV = true; this.isV = true;
this.try = { this.try = {
......
...@@ -67,7 +67,7 @@ export class SensorTopicWayComponent implements OnInit { ...@@ -67,7 +67,7 @@ export class SensorTopicWayComponent implements OnInit {
} }
add() { add() {
this.req = {}; this.req = {unit: '-'};
this.isUpdate = false; this.isUpdate = false;
this.isV = true; this.isV = true;
this.try = { this.try = {
......
...@@ -76,7 +76,7 @@ export class TopicModuleWayComponent implements OnInit { ...@@ -76,7 +76,7 @@ export class TopicModuleWayComponent implements OnInit {
} }
add() { add() {
this.req = {}; this.req = {unit: '-'};
this.isUpdate = false; this.isUpdate = false;
this.isV = true; this.isV = true;
this.try = { this.try = {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment