This commit is contained in:
gyq 2024-08-01 14:09:19 +08:00
parent f393299f0f
commit 367b49c68a
1 changed files with 1 additions and 0 deletions

View File

@ -159,6 +159,7 @@ const printDataLoading = ref(false)
const printData = reactive({ const printData = reactive({
shop_name: store.userInfo.shopName, shop_name: store.userInfo.shopName,
loginAccount: store.userInfo.loginAccount, loginAccount: store.userInfo.loginAccount,
isBefore: true,
carts: [ carts: [
{ {
id: 1, id: 1,