|
@@ -791,6 +791,7 @@
|
|
|
placeholder="请输入页码"
|
|
|
type="number"
|
|
|
min="1"
|
|
|
+ oninput="value = value > 0 ? parseInt(value) : 1"
|
|
|
/>
|
|
|
<span class="ml-4">页表格</span>
|
|
|
</el-radio>
|
|
@@ -2244,7 +2245,7 @@ const uploadFileForm = ref({
|
|
|
const uploadFileClickSave = ()=>{
|
|
|
if (uploadFileForm.value.selectedOption) {
|
|
|
if (!uploadFileForm.value.pageSize) {
|
|
|
- window.$message.error('请输入页码')
|
|
|
+ window.$message.error('请输选择导入方式')
|
|
|
return
|
|
|
}
|
|
|
} else if (uploadFileForm.value.selectedOption === null) {
|