Browse Source

堤防换证修改

master_tdsql
xzt 1 year ago
parent
commit
81a1a0be91
  1. 3
      src/views/dike/safetyManage/declarationManage/examine/components/listPage/transform.vue

3
src/views/dike/safetyManage/declarationManage/examine/components/listPage/transform.vue

@ -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;

Loading…
Cancel
Save