|
|
@@ -40,11 +40,11 @@
|
|
|
<el-icon :size="18" style="margin-top: 7px; margin-left: auto">
|
|
|
<Download />
|
|
|
</el-icon>
|
|
|
- <el-tooltip content="点击下载场景字段对应的code信息" placement="top" effect="light">
|
|
|
+ <el-tooltip content="点击下载组织/用户id信息" placement="top" effect="light">
|
|
|
<span
|
|
|
style="color: #409efc; margin-top: 6px; margin-right: 12px; cursor: pointer"
|
|
|
@click="handleDownloadInfoForm"
|
|
|
- >场景code信息查询</span
|
|
|
+ >组织/用户id信息</span
|
|
|
>
|
|
|
</el-tooltip>
|
|
|
|
|
|
@@ -284,7 +284,7 @@
|
|
|
};
|
|
|
|
|
|
const handleUploadSuccess = (response, _file, _fileList) => {
|
|
|
- console.log(response);
|
|
|
+ // console.log(response);
|
|
|
// isSuc.value = response.data.isSuc;
|
|
|
errDetail.value = response.data.errorList;
|
|
|
successCount.value = response.data.successCount || 0;
|
|
|
@@ -313,7 +313,8 @@
|
|
|
type: 'success',
|
|
|
});
|
|
|
emits('update:modelValue', true);
|
|
|
- window.location.reload();
|
|
|
+ emits('change');
|
|
|
+ // window.location.reload();
|
|
|
} else {
|
|
|
DialogVisible.value = true;
|
|
|
}
|