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

去掉unit

parent 51f77358
......@@ -76,7 +76,7 @@ export class ModuleDetailComponent implements OnInit {
}
add() {
this.req = {};
this.req = {unit: '-'};
this.isUpdate = false;
this.isV = true;
this.try = {
......
......@@ -67,7 +67,7 @@ export class SensorTopicWayComponent implements OnInit {
}
add() {
this.req = {};
this.req = {unit: '-'};
this.isUpdate = false;
this.isV = true;
this.try = {
......
......@@ -76,7 +76,7 @@ export class TopicModuleWayComponent implements OnInit {
}
add() {
this.req = {};
this.req = {unit: '-'};
this.isUpdate = false;
this.isV = true;
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