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

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

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

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

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

Loading…
Cancel
Save