Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -335,7 +335,7 @@ | ... | @@ -335,7 +335,7 @@ |
| 335 | </Formitem> | 335 | </Formitem> |
| 336 | </el-col> | 336 | </el-col> |
| 337 | <!-- 加签方式 --> | 337 | <!-- 加签方式 --> |
| 338 | - <el-col :span="8"> | 338 | + <el-col :span="8" :key="dateKey"> |
| 339 | <Formitem label="加签方式" prop="methodOfSignature" type="edit"> | 339 | <Formitem label="加签方式" prop="methodOfSignature" type="edit"> |
| 340 | <el-select | 340 | <el-select |
| 341 | type="text" | 341 | type="text" | ... | ... |
-
Please register or login to post a comment