From 0e61d1b9f86009789aff05fc746afc06673ad6b1 Mon Sep 17 00:00:00 2001
From: 李 <344137771@qq.com>
Date: Wed, 29 Apr 2026 14:29:26 +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