This commit is contained in:
parent
f393299f0f
commit
367b49c68a
|
|
@ -159,6 +159,7 @@ const printDataLoading = ref(false)
|
|||
const printData = reactive({
|
||||
shop_name: store.userInfo.shopName,
|
||||
loginAccount: store.userInfo.loginAccount,
|
||||
isBefore: true,
|
||||
carts: [
|
||||
{
|
||||
id: 1,
|
||||
|
|
|
|||
Loading…
Reference in New Issue