zhanbo.xu

feat: 修改UI

...@@ -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"
......