|
|
@ -306,18 +306,18 @@ export default { |
|
|
|
/** 查询水闸换证信息列表 */ |
|
|
|
getList() { |
|
|
|
this.loading = true; |
|
|
|
this.queryParams.data.wagaId = this.inFo.id; |
|
|
|
this.queryParams.data.wagaCode = this.inFo.wagaCode; |
|
|
|
listHzxx(this.queryParams).then((response) => { |
|
|
|
if (response.records[0]) { |
|
|
|
this.form = response.records[0]; |
|
|
|
this.form.wagaName = this.inFo.wagaName; |
|
|
|
this.form.wagaCode = this.inFo.wagaCode; |
|
|
|
this.form.wagaType = this.inFo.wagaType; |
|
|
|
this.form.adcd = this.inFo.adcd; |
|
|
|
this.form.engScal = this.inFo.engScal; |
|
|
|
this.form.wagaUse = this.inFo.wagaUse; |
|
|
|
this.form.completionTime = this.inFo.compDate; |
|
|
|
this.form.securityCategory = this.inFo.securityCategory; |
|
|
|
// this.form.wagaName = this.inFo.wagaName; |
|
|
|
// this.form.wagaCode = this.inFo.wagaCode; |
|
|
|
// this.form.wagaType = this.inFo.wagaType; |
|
|
|
// this.form.adcd = this.inFo.adcd; |
|
|
|
// this.form.engScal = this.inFo.engScal; |
|
|
|
// this.form.wagaUse = this.inFo.wagaUse; |
|
|
|
// this.form.completionTime = this.inFo.compDate; |
|
|
|
// this.form.securityCategory = this.inFo.securityCategory; |
|
|
|
if (this.form.securityAppraisalSituation) { |
|
|
|
this.fileList1 = JSON.parse(this.form.securityAppraisalSituation); |
|
|
|
} |
|
|
|