Browse Source

不知道

test
jianjun 3 years ago
parent
commit
879fbdb40a
  1. 6
      src/views/modules/communityService/shzz/index.vue

6
src/views/modules/communityService/shzz/index.vue

@ -99,7 +99,7 @@
:on-success="handleExcelSuccess" :on-success="handleExcelSuccess"
:before-upload="beforeExcelUpload" :before-upload="beforeExcelUpload"
:http-request="uploadHttpRequest"> :http-request="uploadHttpRequest">
<el-button type="warning" <el-button class="diy-button--delete"
size="small" size="small"
:loading="importLoading">{{ :loading="importLoading">{{
importBtnTitle importBtnTitle
@ -108,7 +108,7 @@
</el-upload> </el-upload>
<el-button @click="handleChu" <el-button @click="handleChu"
type="danger" class="diy-button--reset"
size="small">导出 size="small">导出
</el-button> </el-button>
</div> </div>
@ -313,7 +313,7 @@ export default {
}) })
.then((res) => { .then((res) => {
this.importLoading = false; this.importLoading = false;
this.importBtnTitle = "excel导入"; this.importBtnTitle = "导入";
console.log("resresresresresresres", res); console.log("resresresresresresres", res);
this.getTableData(); this.getTableData();

Loading…
Cancel
Save