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