|
|
@ -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(); |
|
|
|