From 95c3f60e34ba31b5956b9c921484e2980be095f7 Mon Sep 17 00:00:00 2001
From: cuiqian2004 <cuiqian2004@163.com>
Date: 星期五, 26 七月 2024 12:51:54 +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