Commit 5953ebe4 authored by wangqinghua's avatar wangqinghua

update

parent fdd27234
......@@ -69,6 +69,7 @@ import {TopologyImgComponent} from './netTopology/topology-img/topology-img.comp
import {DeviceComponent} from './netTopology/model/device/device.component';
import {IconComponent} from './netTopology/model/icon/icon.component';
import {ToUtilPipe} from './shared/common/toUtil.pipe';
import {JhiTranslateComponent} from 'ng-jhipster';
@NgModule({
imports: [
......@@ -138,7 +139,7 @@ import {ToUtilPipe} from './shared/common/toUtil.pipe';
TopologyImgComponent,
DeviceComponent,
IconComponent,
ToUtilPipe
ToUtilPipe,
],
providers:[
OverAllService,
......
......@@ -271,7 +271,10 @@ export class BasiCheckComponent implements OnInit {
}
getKey(keyValue): void {
this.validateForm.value.key_ = keyValue;
const d = {
key_:keyValue
}
this.validateForm.patchValue(d);
}
//阈值--start
......
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