15567ef3 by renchao@pashanhoo.com

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

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