Browse Source

更改利率 险种id 打包

zdd 6 years ago
parent
commit
7a5f63e2f9

CZKJ.GBRS2.Web/wwwroot/21.0481cf6f6e00e04811d4.chunk.js → CZKJ.GBRS2.Web/wwwroot - 副本/21.0481cf6f6e00e04811d4.chunk.js


File diff suppressed because it is too large
+ 0 - 1
CZKJ.GBRS2.Web/wwwroot - 副本/21.3b686503fbfd47b2da97.chunk.js


BIN
CZKJ.GBRS2.Web/wwwroot - 副本/Attached/20190423/190423075944960128.jpg


File diff suppressed because it is too large
+ 1 - 1
CZKJ.GBRS2.Web/wwwroot - 副本/index.html


CZKJ.GBRS2.Web/wwwroot/inline.bc5dc25587ac0f417180.bundle.js → CZKJ.GBRS2.Web/wwwroot - 副本/inline.bc5dc25587ac0f417180.bundle.js


File diff suppressed because it is too large
+ 1 - 0
CZKJ.GBRS2.Web/wwwroot/21.ab62741e24164ecccf71.chunk.js


File diff suppressed because it is too large
+ 1 - 1
CZKJ.GBRS2.Web/wwwroot/index.html


File diff suppressed because it is too large
+ 1 - 1
CZKJ.GBRS2.Web/wwwroot - 副本/inline.9f890a5d1c3f0edd4df1.bundle.js


+ 1 - 1
CZKJ.GBRS2/Entity/PriceAnnouncementEntity.cs

@@ -16,7 +16,7 @@ namespace CZKJ.GBRS2.Entity
16 16
         /// 险种
17 17
         /// </summary>
18 18
         [Invisible(FormVisible =true,AddVisible =true)]
19
-        [DropdownSrc(SrcUrl = "/Manage/Type/GetTypeListByParentId?parentId=172")]
19
+        [DropdownSrc(SrcUrl = "/Manage/Type/GetTypeListByParentId?parentId=169")]
20 20
         [Display(Name = "险种")]
21 21
         public int Typeofinsuance { get; set; }
22 22
         /// <summary>

+ 1 - 1
cms/src/app/routes/price/price.component.ts

@@ -34,7 +34,7 @@ export class PriceComponent implements OnInit {
34 34
 	}
35 35
 	// 获取所有险种
36 36
 	getAllType(){
37
-		this.httpClient.get(`/Manage/Type/GetTableListByParentId?pageIndex=1&parentId=172`)
37
+		this.httpClient.get(`/Manage/Type/GetTableListByParentId?pageIndex=1&parentId=169`)
38 38
             .subscribe((res:any) => {
39 39
 								this.typeList = TableDataTurnArr(res.tableData);;
40 40
 								console.log(this.typeList)