Commit 550db488 authored by Carit Zhu's avatar Carit Zhu 🎱

测试环境111

parent e91f272d
......@@ -5,7 +5,7 @@
"ng": "ng",
"start": "ng serve",
"build": "ng build --prod -c=production",
"test": "ng build -c=test",
"test": "ng build --prod -c=test",
"lint": "ng lint",
"e2e": "ng e2e"
},
......
......@@ -46,7 +46,7 @@
<nz-modal [(nzVisible)]="isAddConV" [nzTitle]="isUpdate ? ('updateCompany' | translate) : ('addCompany' | translate)"
[nzContent]="con1" nzWidth="500"
[nzFooter]="foot1" (nzOnCancel)="cancel('isAddConV')" nzMaskClosable="false">
[nzFooter]="foot1" (nzOnCancel)="cancel()" nzMaskClosable="false">
<ng-template #con1>
<app-search-item isMust="true" inModal="true" [label]="'companyName' | translate"
[(value)]="req.companyName"></app-search-item>
......
......@@ -87,7 +87,7 @@
</div>
<nz-modal [(nzVisible)]="isAddConV" [nzContent]="con1" nzWidth="500" [nzTitle]="isUpdate ? ('updateSensor' | translate) : ('addSensor' | translate)"
[nzFooter]="foot1" (nzOnCancel)="cancel('isAddConV')" nzMaskClosable="false">
[nzFooter]="foot1" (nzOnCancel)="cancel()" nzMaskClosable="false">
<ng-template #con1>
<app-search-item inModal="true" isMust="true" [label]="'sensorName' | translate"
[(value)]="req.name"></app-search-item>
......
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