Browse Source

bug#722,#726

V1.0
mk 2 years ago
parent
commit
8e1ed3cd06
  1. 2
      src/views/modules/base/residentManagement/unemployment/addForm.vue
  2. 2
      src/views/modules/base/residentManagement/unemployment/unemployment.vue

2
src/views/modules/base/residentManagement/unemployment/addForm.vue

@ -315,7 +315,7 @@
<div class="info-prop" v-if="formType == 'detail'">
<span class="info-title-2">是否就业困难对象: </span>
<span>{{
formData.employmentHardFlag
formData.employmentHardFlag!=null
? formData.employmentHardFlag == 1
? "是"
: formData.employmentHardFlag == 0

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

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

Loading…
Cancel
Save