Sfoglia il codice sorgente

承包合同修改

rongxin_prod
QI_YUJIE 1 anno fa
parent
commit
304640eda6
1 ha cambiato i file con 7 aggiunte e 1 eliminazioni
  1. +7
    -1
      src/views/sunVillage_info/list_cbht.vue

+ 7
- 1
src/views/sunVillage_info/list_cbht.vue Vedi File

@@ -305,7 +305,13 @@
this.$toast({
icon: 'success',
message: '归档完成',
duration: "1000"
duration: "1000",
onClose: () => {
this.queryParams.pageNum = 1;
this.finished = false;
this.applicationList = [];
this.getList();
}
});
}
});


Caricamento…
Annulla
Salva