b4a1b63f by renchao@pashanhoo.com

税务信息

1 parent 96b0b0f9
......@@ -174,7 +174,7 @@
</div>
<lb-table
:column="clmMsr"
:key="key"
:key="key1"
:pagination="false"
:heightNumSetting="true" :minHeight="0" :rowStyleHeight='25'
:data="ywrList">
......@@ -186,7 +186,7 @@
<lb-table
:column="clmSwxx"
:pagination="false"
:key="key"
:key="key2"
:heightNumSetting="true" :minHeight="0" :rowStyleHeight='25'
:data="swxxList">
</lb-table>
......@@ -209,6 +209,8 @@
data () {
return {
key: 0,
key1: 1,
key2: 2,
ruleForm: {},
loading: false,
//表单是否可操作
......@@ -293,6 +295,8 @@
this.qlrList = htxx[1].msr;
this.ywrList = htxx[2].cmr;
this.key++
this.key1++
this.key2++
}
if (res.result.wqht.jsnr != "" && res.result.wqht.jsnr != null) {
this.swxxList = JSON.parse(res.result.wqht.jsnr);
......