Browse Source

老年人导出地址有问题

V1.0
wxz 2 years ago
parent
commit
2f31cb7d9d
  1. 2
      src/views/modules/base/residentManagement/oldPeople/oldPeople.vue

2
src/views/modules/base/residentManagement/oldPeople/oldPeople.vue

@ -718,7 +718,7 @@
//
async handleExport() {
const url = "/actual/base/resiCategorized/oldpeople/export";
const url = "/actual/base/resiCategorized/oldPeople/export";
const { pageSize, pageNo, formData } = this;
axios({
url: window.SITE_CONFIG["apiURL"] + url,

Loading…
Cancel
Save