15567ef3 by renchao@pashanhoo.com

style:补录建设用地使用权、宅基地使用权《补录信息》模块完善

1 parent b3e9ca2d
1 <!-- 1 <!--
2 * @Description: 2 * @Description:
3 * @Autor: renchao 3 * @Autor: renchao
4 * @LastEditTime: 2023-09-26 13:33:31 4 * @LastEditTime: 2023-10-08 10:05:16
5 --> 5 -->
6 <template> 6 <template>
7 <!-- 受理信息 --> 7 <!-- 受理信息 -->
...@@ -428,6 +428,7 @@ ...@@ -428,6 +428,7 @@
428 428
429 } 429 }
430 } 430 }
431 this.ruleForm.qlxx.gyfs = this.nowlist.qlxx.gyfs
431 if (!this.ruleForm.tdytqxList.length) { 432 if (!this.ruleForm.tdytqxList.length) {
432 this.ruleForm.tdytqxList = this.nowlist.tdytqxList; 433 this.ruleForm.tdytqxList = this.nowlist.tdytqxList;
433 } 434 }
...@@ -601,4 +602,7 @@ ...@@ -601,4 +602,7 @@
601 <style scoped lang="scss"> 602 <style scoped lang="scss">
602 @import "~@/styles/public.scss"; 603 @import "~@/styles/public.scss";
603 @import "~@/styles/slxx/slxx.scss"; 604 @import "~@/styles/slxx/slxx.scss";
605 /deep/.el-form-item__error {
606 display: none;
607 }
604 </style> 608 </style>
......