421677be by renchao@pashanhoo.com

1

1 parent 5670b2f7
1 <!-- 1 <!--
2 * @Description: 2 * @Description:
3 * @Autor: renchao 3 * @Autor: renchao
4 * @LastEditTime: 2023-12-15 09:36:45 4 * @LastEditTime: 2024-01-18 14:22:06
5 --> 5 -->
6 <template> 6 <template>
7 <div> 7 <div>
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
10 :pagination="false" 10 :pagination="false"
11 :key="key" 11 :key="key"
12 :heightNumSetting="true" 12 :heightNumSetting="true"
13 :minHeight="150" 13 :minHeight="0"
14 :data="tableDataList"> 14 :data="tableDataList">
15 </lb-table> 15 </lb-table>
16 <addQlr 16 <addQlr
...@@ -247,6 +247,7 @@ ...@@ -247,6 +247,7 @@
247 deleClick (index, row) { 247 deleClick (index, row) {
248 this.tableDataList.splice(index, 1); 248 this.tableDataList.splice(index, 1);
249 this.$emit("upDateQlrxxList", this.tableDataList); 249 this.$emit("upDateQlrxxList", this.tableDataList);
250 this.key++
250 }, 251 },
251 /** 252 /**
252 * @description: 身份证读取 253 * @description: 身份证读取
......
1 <!-- 1 <!--
2 * @Description: 2 * @Description:
3 * @Autor: renchao 3 * @Autor: renchao
4 * @LastEditTime: 2023-12-15 09:37:47 4 * @LastEditTime: 2024-01-18 14:22:11
5 --> 5 -->
6 <template> 6 <template>
7 <div> 7 <div>
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
10 :pagination="false" 10 :pagination="false"
11 :key="key" 11 :key="key"
12 :heightNumSetting="true" 12 :heightNumSetting="true"
13 :minHeight="150" 13 :minHeight="0"
14 :data="tableDataList"> 14 :data="tableDataList">
15 </lb-table> 15 </lb-table>
16 <addYwr 16 <addYwr
...@@ -246,6 +246,7 @@ ...@@ -246,6 +246,7 @@
246 deleClick (index, row) { 246 deleClick (index, row) {
247 this.tableDataList.splice(index, 1); 247 this.tableDataList.splice(index, 1);
248 this.$emit("upDateQlrxxList", this.tableDataList); 248 this.$emit("upDateQlrxxList", this.tableDataList);
249 this.key++
249 }, 250 },
250 251
251 /** 252 /**
......