Browse Source

农业执法文书页面传参修改

wulanhaote
sunfengxiang 2 years ago
parent
commit
d55fd28923
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/views/lawEnforcement/record/record.vue

+ 1
- 1
src/views/lawEnforcement/record/record.vue View File

@@ -78,7 +78,7 @@
this.showPicker = false;
this.value = val.caseName;
let query = {
id:val.id,
id:val.caseId,
caseProgress:parseInt(this.$route.query.type) + 1
}
getCaseDocumentList(query).then((response) => {


Loading…
Cancel
Save