diff --git a/src/app/plan-audit/plan-audit/plan-audit.component.html b/src/app/plan-audit/plan-audit/plan-audit.component.html
index 77d664b..c955ccf 100644
--- a/src/app/plan-audit/plan-audit/plan-audit.component.html
+++ b/src/app/plan-audit/plan-audit/plan-audit.component.html
@@ -8,45 +8,48 @@
-
+
-
+
-
包含下级
-
+
包含下级
+
-
clear
-
-
-
- {{node.name}}
-
-
-
+ {{node.name}}
+
+
-
+
-
+
-
+
{{unit.name}}
-
+
@@ -57,7 +60,7 @@
-
+
@@ -68,7 +71,7 @@
-
+
@@ -78,11 +81,12 @@
- 包含下级
+ 包含下级
-
+
-
+
查询
重置
@@ -90,33 +94,33 @@
-
+
-
+
单位名称 |
{{element.companyName}} |
-
+
预案名称 |
{{element.name}} |
-
+
添加人 |
{{element.creatorName}} |
-
+
添加时间 |
{{element.creationTime|date:'yyyy-MM-dd'}}
|
-
+
预案类型 |
@@ -126,7 +130,7 @@
|
-
+
审核状态 |
@@ -136,12 +140,12 @@
|
-
+
是否公开 |
{{element.openRange}} |
-
+
编制级别 |
@@ -151,24 +155,25 @@
|
-
+
操作 |
-
-
-
-
+
+
+
+
|
-
-
-
+
+
+
-
+
diff --git a/src/app/plan-audit/plan-record/plan-record.component.html b/src/app/plan-audit/plan-record/plan-record.component.html
index 6e582ef..da81445 100644
--- a/src/app/plan-audit/plan-record/plan-record.component.html
+++ b/src/app/plan-audit/plan-record/plan-record.component.html
@@ -77,7 +77,7 @@
查询
- 重置
+ 重置
diff --git a/src/app/plan-audit/plan-record/plan-record.component.ts b/src/app/plan-audit/plan-record/plan-record.component.ts
index aafff47..d293d38 100644
--- a/src/app/plan-audit/plan-record/plan-record.component.ts
+++ b/src/app/plan-audit/plan-record/plan-record.component.ts
@@ -121,7 +121,6 @@ export class PlanRecordComponent implements OnInit {
}
//提交查询
onSubmit(value) {
- //console.log(value)
this.PageNumber = 1;
this.getAlltabledate();
}
@@ -135,13 +134,13 @@ export class PlanRecordComponent implements OnInit {
this.endtime = "";
this.PlanLevel = "";
this.plantypes = [];
- this.PageNumber = 1;
+ this.PageNumber = 1; //分页事件触发刷新
this.getAlltabledate();
}
//分页事件
chagePage(e) {
- console.log(e);
+ console.log("分页事件", e);
this.PageNumber = e.pageIndex + 1;
this.getAlltabledate();
}
diff --git a/src/app/plan-audit/wait-examineer/wait-examineer.component.html b/src/app/plan-audit/wait-examineer/wait-examineer.component.html
index 3d48d6f..d851b2a 100644
--- a/src/app/plan-audit/wait-examineer/wait-examineer.component.html
+++ b/src/app/plan-audit/wait-examineer/wait-examineer.component.html
@@ -59,7 +59,7 @@
查询
- 重置
+ 重置
diff --git a/src/index.html b/src/index.html
index ae5fbd1..7ca66fa 100644
--- a/src/index.html
+++ b/src/index.html
@@ -31,9 +31,9 @@
securityJsCode: '0afa0b144398727fad2ca06f5f7156b3'
}
-
+