Browse Source

1.【居民分类管理】导出部分完成

2. 居民标签配置:form_code错误
V1.0
wxz 2 years ago
parent
commit
9fe87cbf01
  1. 13
      src/views/modules/base/residentManagement/housingNature/housingNature.vue
  2. 7
      src/views/modules/base/residentManagement/tefu/tefuList.vue
  3. 2
      src/views/modules/communityService/labelConfig/addForm.vue

13
src/views/modules/base/residentManagement/housingNature/housingNature.vue

@ -150,7 +150,7 @@
</el-dialog>
</div>
</template>
<script>
import { requestPost } from "@/js/dai/request";
import nextTick from "dai-js/tools/nextTick";
@ -174,7 +174,7 @@ function iniFmData() {
subsidyAmount: '',//
certificateDateStart: '',//
certificateDateEnd: '',//
remark: '', //
remark: '', //
};
}
@ -287,7 +287,7 @@ export default {
}
return fileType && isLt1M;
},
async uploadHttpRequest(file) {
this.$message({
showClose: true,
@ -378,7 +378,7 @@ export default {
this.showAdd = false;
this.showEdit = false;
},
//
handleComfirm(type) {
this.handleClose();
@ -442,7 +442,7 @@ export default {
},
//
async handleExport() {
const url = "/actual/base/resiHousingNature/export";
const url = "/actual/base/resiCategorized/ensureHouse/export";
const { pageSize, pageNo, formData } = this;
axios({
url: window.SITE_CONFIG["apiURL"] + url,
@ -572,5 +572,4 @@ export default {
margin-right: 10px;
}
</style>

7
src/views/modules/base/residentManagement/tefu/tefuList.vue

@ -364,7 +364,7 @@
</el-dialog>
</div>
</template>
<script>
import { requestPost } from "@/js/dai/request";
import nextTick from "dai-js/tools/nextTick";
@ -792,7 +792,7 @@ export default {
},
//
async handleExport () {
const url = "/actual/base/resiHousingNature/export";
const url = "/actual/base/resiCategorized/specialSupport/export";
const { pageSize, pageNo, formData } = this;
axios({
url: window.SITE_CONFIG["apiURL"] + url,
@ -921,5 +921,4 @@ export default {
margin-right: 10px;
}
</style>

2
src/views/modules/communityService/labelConfig/addForm.vue

@ -355,7 +355,7 @@ export default {
if (row.dataSource == "resi") {
let url = "/oper/customize/icformitemgroup/list";
let params = {
formCode: "resi_base_info",
formCode: "resident_base_info",
policyFlag: "1",
};
let { data, code, msg } = await requestPost(url, params);

Loading…
Cancel
Save