Browse Source

dd

shibei_master
13176889840 3 years ago
parent
commit
ce5302d206
  1. 3
      src/views/modules/base/resi.vue
  2. 4
      src/views/modules/communityParty/elegant/index.vue

3
src/views/modules/base/resi.vue

@ -492,6 +492,7 @@ export default {
await this.$http
.post(url, params)
.then(res => {
console.log('res----dddd', res)
// this.download(res.data, title + '.xls')
if (res.headers["content-disposition"]) {
let fileName = window.decodeURI(res.headers["content-disposition"].split(";")[1].split("=")[1])
@ -1015,7 +1016,7 @@ export default {
if (res.code !== 0) {
return this.$message.error(res.msg)
} else {
// console.log('', res.data)
console.log('获取查询详情成功--sss', res)
this.searchList = res.data
res.data.forEach((item) => {
if (item.optionSourceType === 'remote') {

4
src/views/modules/communityParty/elegant/index.vue

@ -63,10 +63,10 @@
<el-button size="small" class="diy-button--delete" :loading="importLoading">{{importBtnTitle}}</el-button>
</el-upload>
<el-button class="diy-button--reset" size="small" :loading="exportBtn" @click="handleExport">{{ exportBtnTitle }}</el-button>
<el-button
<!-- <el-button
class="diy-button--export"
size="small"
@click="handleExportModule('room')">下载模板</el-button>
@click="handleExportModule('room')">下载模板</el-button> -->
</div>
<el-table

Loading…
Cancel
Save