From a35422f15323df803433d9da51c1c3475fb61f3c Mon Sep 17 00:00:00 2001 From: cuiqian2004 <cuiqian2004@163.com> Date: 星期五, 16 八月 2024 17:34:46 +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