From 475d8559c2f4c691fea8480d17f3f552219a6abc Mon Sep 17 00:00:00 2001
From: 李 <344137771@qq.com>
Date: Thu, 30 Apr 2026 18:34:54 +0800
Subject: [PATCH] 1
---
src/views/modules/config/news-add-or-update.vue | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/views/modules/config/news-add-or-update.vue b/src/views/modules/config/news-add-or-update.vue
index 6ca7301..3d33094 100644
--- a/src/views/modules/config/news-add-or-update.vue
+++ b/src/views/modules/config/news-add-or-update.vue
@@ -387,7 +387,7 @@
// popUp = parseInt(this.dataForm.popUp)==1 ? true : false;
// }catch{
// }
- if (this.row) {
+ if (this.row.row) {
//更新修改
//start
this.$refs["dataForm2"].validate((valid) => {
--
Gitblit v1.9.3