fix:fmlogs打印传参更改

This commit is contained in:
shijing 2024-10-29 13:54:28 +08:00
parent af24f1f4cf
commit d91db25ed6
1 changed files with 1 additions and 1 deletions

View File

@ -178,7 +178,7 @@
>
</check-dialog>
<el-dialog v-model="printVisible" width="1200px">
<print :baseData="fmlogItem" :tableData="tableData" type="1001" @closePrint="printVisible=false"/>
<print :baseData="fmlogItem" :tableData="tableData" type="101" @closePrint="printVisible=false"/>
</el-dialog>
</div>
</el-drawer>