From 41e6159cfa12416155adcd6747e48fab28ffc534 Mon Sep 17 00:00:00 2001
From: cyy <cuiqian2004@163.com>
Date: 星期一, 26 八月 2024 22:45:17 +0800
Subject: [PATCH] test

---
 pages/modal/classAttr.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/pages/modal/classAttr.vue b/pages/modal/classAttr.vue
index de4d94e..5cf1d89 100644
--- a/pages/modal/classAttr.vue
+++ b/pages/modal/classAttr.vue
@@ -1479,7 +1479,7 @@
 							length = 1;
 							req.push({
 								'attr': this.$data.refdatastore[i].attr,
-								'val': this.$data.refdatastore[i].value
+								'value': this.$data.refdatastore[i].value
 							});
 						}
 					}

--
Gitblit v1.9.1