5670b2f7 by renchao@pashanhoo.com

style:权利人义务人

1 parent 95c4fe6a
......@@ -5,7 +5,7 @@
-->
<template>
<div>
<lb-table :column="column" :pagination="false" :key="key" :heightNumSetting="true"
<lb-table :column="column" :pagination="false" :key="key" :heightNumSetting="true" :minHeight="0"
:data="tableDataList">
</lb-table>
<addQlr v-model="dialog" :details="details" :showButton="disabled" @updateDetail="handleupdateDetail" />
......@@ -225,6 +225,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:35:51
* @LastEditTime: 2024-01-18 14:21:08
-->
<template>
<div>
<lb-table :column="column" :pagination="false" :key="key" :heightNumSetting="true"
<lb-table :column="column" :pagination="false" :key="key" :heightNumSetting="true" :minHeight="0"
:data="tableDataList">
</lb-table>
<addQlr v-model="dialog" :details="details" :showButton="disabled" @updateDetail="handleupdateDetail" />
......@@ -197,6 +197,7 @@
deleClick (index, row) {
this.tableDataList.splice(index, 1)
this.$emit('upDateQlrxxList', this.tableDataList)
this.key++
},
/**
* @description: 身份证读取
......