fix(custom): 修复Upload组件上传成功但未取到值的问题

This commit is contained in:
2023-10-10 15:57:10 +08:00
parent a95a8ac0d1
commit 160d526693
2 changed files with 14 additions and 12 deletions

View File

@@ -1,6 +1,6 @@
<template>
<CommonPage show-footer :title="$route.title">
<!-- {{ model }} -->
{{ model }}
<n-spin size="large" :show="isShowSpin">
<n-form ref="formRef" label-width="100" :model="model" :rules="rules" label-placement="left">
<n-grid :cols="2" :x-gap="24">