|
@ -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> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|