From 16ee42f9f23b9418db292ddc191c66f2c0f1e05a Mon Sep 17 00:00:00 2001
From: SHAOJIAHAO <55341701@qq.com>
Date: Wed, 17 Mar 2021 15:33:44 +0800
Subject: [PATCH] =?UTF-8?q?[=E6=96=B0=E5=A2=9E]=E9=87=87=E9=9B=86=E9=A1=B5?=
=?UTF-8?q?=E9=9D=A2=E5=A2=9E=E5=8A=A0=E5=AE=A1=E6=89=B9=E6=84=8F=E8=A7=81?=
=?UTF-8?q?=E6=8F=90=E7=A4=BA?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/app/data-collection/fire-force/fire-force.component.html | 4 ++--
.../linkage-forces/linkage-forces.component.html | 4 ++--
.../water-collection/water-collection.component.html | 4 ++--
.../plan-audit/wait-examineer/wait-examineer.component.ts | 5 -----
4 files changed, 6 insertions(+), 11 deletions(-)
diff --git a/src/app/data-collection/fire-force/fire-force.component.html b/src/app/data-collection/fire-force/fire-force.component.html
index b20ef31..ac53a0a 100644
--- a/src/app/data-collection/fire-force/fire-force.component.html
+++ b/src/app/data-collection/fire-force/fire-force.component.html
@@ -147,8 +147,8 @@
新增
更新
待审核)
- (审核通过)
- (审核驳回)
+ (审核通过)
+ (审核驳回)
open_in_browser提交审核
撤销审核
diff --git a/src/app/data-collection/linkage-forces/linkage-forces.component.html b/src/app/data-collection/linkage-forces/linkage-forces.component.html
index 9a22f4c..37e0431 100644
--- a/src/app/data-collection/linkage-forces/linkage-forces.component.html
+++ b/src/app/data-collection/linkage-forces/linkage-forces.component.html
@@ -122,8 +122,8 @@
新增
更新
待审核)
- (审核通过)
- (审核驳回)
+ (审核通过)
+ (审核驳回)
open_in_browser提交审核
撤销审核
diff --git a/src/app/data-collection/water-collection/water-collection.component.html b/src/app/data-collection/water-collection/water-collection.component.html
index 143ed99..ae19685 100644
--- a/src/app/data-collection/water-collection/water-collection.component.html
+++ b/src/app/data-collection/water-collection/water-collection.component.html
@@ -84,8 +84,8 @@
新增
更新
待审核)
- (审核通过)
- (审核驳回)
+ (审核通过)
+ (审核驳回)
open_in_browser提交审核
撤销审核
diff --git a/src/app/plan-audit/wait-examineer/wait-examineer.component.ts b/src/app/plan-audit/wait-examineer/wait-examineer.component.ts
index e6c4249..21f6ee9 100644
--- a/src/app/plan-audit/wait-examineer/wait-examineer.component.ts
+++ b/src/app/plan-audit/wait-examineer/wait-examineer.component.ts
@@ -686,7 +686,6 @@ export class remark{
title:this.shenheTable[0].title
}
this.http.put(`/api/ContentVerifies`,body).subscribe(data=>{
- //this.showtype = -1
this.snackBar.open('操作成功!','确定',config);
this.dialogRef.close()
})
@@ -696,13 +695,11 @@ export class remark{
this.http.put(`/api/PlanAudits/${this.shenheTable[0].itemId}/First`,{auditStatus:32}).subscribe(data=>{
this.snackBar.open('操作成功!','确定',config);
this.dialogRef.close()
- //this.getAlltabledate()
})
}else if(this.shenheTable[0].verifyState==3){
this.http.put(`/api/PlanAudits/${this.radioid}`,{auditStatus:4}).subscribe(data=>{
this.snackBar.open('操作成功!','确定',config);
this.dialogRef.close()
- //this.getAlltabledate()
})
}
}
@@ -723,7 +720,6 @@ export class remark{
this.http.put(`/api/ContentVerifies/Batch`,this.companyrefuseList).subscribe(data=>{
this.snackBar.open('操作成功!','确定',config);
this.dialogRef.close()
- //this.getAlltabledate()
})
}else{
for(var i=0;i{
this.snackBar.open('操作成功!','确定',config);
this.dialogRef.close()
- //this.getAlltabledate()
})
}
this.shenheTable=[]