From 4a1d34e6dc51e78c5a642196877b1786290375d5 Mon Sep 17 00:00:00 2001
From: lzhizhao <790086754@qq.com>
Date: Fri, 2 May 2025 18:58:20 +0800
Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=94=B9=E5=88=97=E8=A1=A8?=
=?UTF-8?q?=E5=92=8C=E5=B0=BE=E6=AC=BE=E6=94=AF=E4=BB=98=E6=97=B6=E9=97=B4?=
=?UTF-8?q?=E9=99=90=E5=88=B6?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/modules/presale/products/index.vue | 9 +++++++++
.../modules/presale/products/popup/add-or-update.vue | 4 ++--
2 files changed, 11 insertions(+), 2 deletions(-)
diff --git a/src/views/modules/presale/products/index.vue b/src/views/modules/presale/products/index.vue
index dd00aab..e4922bc 100644
--- a/src/views/modules/presale/products/index.vue
+++ b/src/views/modules/presale/products/index.vue
@@ -303,6 +303,9 @@ export default {
field: "presalePrice",
type: "jsx",
render: ({ row }) => {
+ if (!row.productSpecificationList) {
+ return -
+ }
if (
Math.min.apply(
Math,
@@ -352,6 +355,9 @@ export default {
field: "earnestMoney",
type: "jsx",
render: ({ row }) => {
+ if (!row.productSpecificationList) {
+ return -
+ }
if (
Math.min.apply(
Math,
@@ -401,6 +407,9 @@ export default {
field: "balancePayment",
type: "jsx",
render: ({ row }) => {
+ if (!row.productSpecificationList) {
+ return -
+ }
if (
Math.min.apply(
Math,
diff --git a/src/views/modules/presale/products/popup/add-or-update.vue b/src/views/modules/presale/products/popup/add-or-update.vue
index 21210e5..5fb8a3c 100644
--- a/src/views/modules/presale/products/popup/add-or-update.vue
+++ b/src/views/modules/presale/products/popup/add-or-update.vue
@@ -40,8 +40,8 @@
>