|
|
@ -306,8 +306,9 @@ export default { |
|
|
|
/** 查询堤防换证信息列表 */ |
|
|
|
getList() { |
|
|
|
this.loading = true; |
|
|
|
this.queryParams.data.dikeId = this.inFo.id; |
|
|
|
this.queryParams.data.dikeCode = this.inFo.dikeCode; |
|
|
|
listHzxx(this.queryParams).then((response) => { |
|
|
|
console.log(1111, response); |
|
|
|
if (response.records[0]) { |
|
|
|
this.form = response.records[0]; |
|
|
|
// this.form.dikeName = this.inFo.dikeName; |
|
|
|