5670b2f7 by renchao@pashanhoo.com

style:权利人义务人

1 parent 95c4fe6a
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
5 --> 5 -->
6 <template> 6 <template>
7 <div> 7 <div>
8 <lb-table :column="column" :pagination="false" :key="key" :heightNumSetting="true" 8 <lb-table :column="column" :pagination="false" :key="key" :heightNumSetting="true" :minHeight="0"
9 :data="tableDataList"> 9 :data="tableDataList">
10 </lb-table> 10 </lb-table>
11 <addQlr v-model="dialog" :details="details" :showButton="disabled" @updateDetail="handleupdateDetail" /> 11 <addQlr v-model="dialog" :details="details" :showButton="disabled" @updateDetail="handleupdateDetail" />
...@@ -225,6 +225,7 @@ ...@@ -225,6 +225,7 @@
225 deleClick (index, row) { 225 deleClick (index, row) {
226 this.tableDataList.splice(index, 1) 226 this.tableDataList.splice(index, 1)
227 this.$emit('upDateQlrxxList', this.tableDataList) 227 this.$emit('upDateQlrxxList', this.tableDataList)
228 this.key++
228 }, 229 },
229 /** 230 /**
230 * @description: 身份证读取 231 * @description: 身份证读取
......
1 <!-- 1 <!--
2 * @Description: 2 * @Description:
3 * @Autor: renchao 3 * @Autor: renchao
4 * @LastEditTime: 2023-12-15 09:35:51 4 * @LastEditTime: 2024-01-18 14:21:08
5 --> 5 -->
6 <template> 6 <template>
7 <div> 7 <div>
8 <lb-table :column="column" :pagination="false" :key="key" :heightNumSetting="true" 8 <lb-table :column="column" :pagination="false" :key="key" :heightNumSetting="true" :minHeight="0"
9 :data="tableDataList"> 9 :data="tableDataList">
10 </lb-table> 10 </lb-table>
11 <addQlr v-model="dialog" :details="details" :showButton="disabled" @updateDetail="handleupdateDetail" /> 11 <addQlr v-model="dialog" :details="details" :showButton="disabled" @updateDetail="handleupdateDetail" />
...@@ -197,6 +197,7 @@ ...@@ -197,6 +197,7 @@
197 deleClick (index, row) { 197 deleClick (index, row) {
198 this.tableDataList.splice(index, 1) 198 this.tableDataList.splice(index, 1)
199 this.$emit('upDateQlrxxList', this.tableDataList) 199 this.$emit('upDateQlrxxList', this.tableDataList)
200 this.key++
200 }, 201 },
201 /** 202 /**
202 * @description: 身份证读取 203 * @description: 身份证读取
......