421677be by renchao@pashanhoo.com

1

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