From 6533731144842de375691368ad93db7dbf150fa2 Mon Sep 17 00:00:00 2001 From: fanluyan <754122931@qq.com> Date: Tue, 26 Mar 2024 15:53:34 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/photographicDevice/components/pictureTags.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/views/photographicDevice/components/pictureTags.vue b/src/views/photographicDevice/components/pictureTags.vue index 971ff26..0e6b5a0 100644 --- a/src/views/photographicDevice/components/pictureTags.vue +++ b/src/views/photographicDevice/components/pictureTags.vue @@ -170,7 +170,8 @@ export default { .then((res) => { console.log(res); this.markId = res.data.markId; - + this.color = res.data.color; + this.num = res.data.boderWidth; if (res.data.path !== null) { this.picsrc = res.data.path; if (res.data.list.length !== 0) {