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

Loading…
Cancel
Save