解决传参时提示错误警告
This commit is contained in:
parent
8d2735f6e9
commit
6bfbfc4762
|
@ -684,7 +684,7 @@
|
||||||
<el-upload
|
<el-upload
|
||||||
class="flex items-center"
|
class="flex items-center"
|
||||||
:before-upload="importJson"
|
:before-upload="importJson"
|
||||||
show-file-list="false"
|
:show-file-list="false"
|
||||||
accept=".json"
|
accept=".json"
|
||||||
>
|
>
|
||||||
<el-button type="primary" class="mx-2" :disabled="isAdd"
|
<el-button type="primary" class="mx-2" :disabled="isAdd"
|
||||||
|
|
Loading…
Reference in New Issue