Sfoglia il codice sorgente

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

wulanhaote
sunfengxiang 2 anni fa
parent
commit
d55fd28923
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      src/views/lawEnforcement/record/record.vue

+ 1
- 1
src/views/lawEnforcement/record/record.vue Vedi 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) => {


Caricamento…
Annulla
Salva