Explorar el Código

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

wulanhaote
sunfengxiang hace 2 años
padre
commit
d55fd28923
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      src/views/lawEnforcement/record/record.vue

+ 1
- 1
src/views/lawEnforcement/record/record.vue Ver fichero

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


Cargando…
Cancelar
Guardar