导入失败无法继续上传
This commit is contained in:
parent
b2fda6d476
commit
886c971447
@ -45,7 +45,7 @@
|
|||||||
preIcon="ep:upload"
|
preIcon="ep:upload"
|
||||||
:title="t('action.import')"
|
:title="t('action.import')"
|
||||||
v-hasPermi="['system:user:import']"
|
v-hasPermi="['system:user:import']"
|
||||||
@click="importDialogVisible = true"
|
@click="importClick"
|
||||||
/>
|
/>
|
||||||
<!-- 操作:导出用户 -->
|
<!-- 操作:导出用户 -->
|
||||||
<XButton
|
<XButton
|
||||||
@ -470,6 +470,10 @@ const userRole = reactive({
|
|||||||
nickname: '',
|
nickname: '',
|
||||||
roleIds: []
|
roleIds: []
|
||||||
})
|
})
|
||||||
|
const importClick = () => {
|
||||||
|
importDialogVisible.value = true
|
||||||
|
uploadDisabled.value = false
|
||||||
|
}
|
||||||
const handleRole = async (row: UserApi.UserVO) => {
|
const handleRole = async (row: UserApi.UserVO) => {
|
||||||
userRole.id = row.id
|
userRole.id = row.id
|
||||||
userRole.username = row.username
|
userRole.username = row.username
|
||||||
|
Loading…
Reference in New Issue
Block a user