From ada0432f2bcd56aabef99b1e5a4c748f08d5eaaa Mon Sep 17 00:00:00 2001
From: 李 <344137771@qq.com>
Date: Fri, 22 May 2026 15:07:24 +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