前后端企业信息管理等功能bug修复
This commit is contained in:
parent
aa30e9566c
commit
32bcc353ba
|
|
@ -43,7 +43,7 @@
|
|||
</div>
|
||||
<div class="toolbar">
|
||||
<div class="toolbar-item">
|
||||
|
||||
<el-button type="success" title="导入" @click="handleImport(0)"><template #icon><font-awesome-icon icon="file-import"/></template>企业信息导入</el-button>
|
||||
<el-button class="but_hid" type="success" title="导入第一部分" @click="handleImport(1)"><template #icon><font-awesome-icon icon="file-import"/></template>导入第一部分</el-button>
|
||||
<el-button class="but_hid" type="success" title="导入第二部分" @click="handleImport(2)"><template #icon><font-awesome-icon icon="file-import"/></template>导入第二部分</el-button>
|
||||
<el-button class="but_hid" type="success" title="导入整合数据" @click="handleImport(3)"><template #icon><font-awesome-icon icon="file-import"/></template>导入整合数据</el-button>
|
||||
|
|
@ -218,6 +218,7 @@ onMounted(() => {
|
|||
})
|
||||
|
||||
function init() {
|
||||
|
||||
componentLoading.value = true
|
||||
apiConfig.value.api.visualizeStatistics().then(res => {
|
||||
if (res.success) {
|
||||
|
|
|
|||
|
|
@ -558,7 +558,6 @@ function downloadTemplate() {
|
|||
.enterpriseInfo .el-dialog {
|
||||
margin-bottom: -100;
|
||||
}
|
||||
|
||||
.enterprise-dialog {
|
||||
margin-bottom: 0 !important;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -110,7 +110,6 @@ public class EnterprisePoniteScheduleService {
|
|||
}
|
||||
log.info("企业信息导入完成...");
|
||||
}
|
||||
|
||||
/**
|
||||
* 危化导入企业信息
|
||||
*/
|
||||
|
|
|
|||
|
|
@ -121,7 +121,6 @@ public class EnterpriseScheduleService {
|
|||
}
|
||||
log.info("企业信息导入完成...");
|
||||
}
|
||||
|
||||
/**
|
||||
* 刷新token
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in New Issue