|
@@ -1001,7 +1001,7 @@
|
|
|
<el-upload
|
|
|
ref="dialogUploadRef" :headers="getHeader()" drag
|
|
|
action="/api/blade-business/informationWriteQuery/importTree"
|
|
|
- :data="{ pKeyId: pKeyIdData }"
|
|
|
+ :data="{ pkeyId: pKeyIdData }"
|
|
|
:on-success="handleSuccess" :on-error="handleError" accept=".xls,.xlsx"
|
|
|
:auto-upload="false"
|
|
|
:limit="1"
|
|
@@ -2618,7 +2618,6 @@ const handleExceed = (files) => {
|
|
|
|
|
|
const confirmLoading = ref(false)
|
|
|
const handleSuccess = (res) => {
|
|
|
- console.log(res, 'handleSuccess')
|
|
|
confirmLoading.value = false
|
|
|
if (res.code === 200) {
|
|
|
window.$message.success(res.msg || '上传成功')
|