fix:fmlogs打印传参更改
This commit is contained in:
parent
af24f1f4cf
commit
d91db25ed6
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue