From 71535693bb3ace4a82c69215dae240359ad4c7c2 Mon Sep 17 00:00:00 2001 From: YeMingfei666 <1619116647@qq.com> Date: Mon, 11 Nov 2024 10:11:51 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E7=BB=84=E4=BB=B6=E6=8A=A5?= =?UTF-8?q?=E9=94=99=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pageProduct/index/components/edit-price.vue | 2 ++ pageProduct/index/components/edit-stock.vue | 2 ++ 2 files changed, 4 insertions(+) diff --git a/pageProduct/index/components/edit-price.vue b/pageProduct/index/components/edit-price.vue index 79f676a..f4c77eb 100644 --- a/pageProduct/index/components/edit-price.vue +++ b/pageProduct/index/components/edit-price.vue @@ -227,7 +227,9 @@ // } onMounted(()=>{ + // #ifndef H5 refForm.value.setRules(rules) + // #endif }) diff --git a/pageProduct/index/components/edit-stock.vue b/pageProduct/index/components/edit-stock.vue index 79a407b..cbd9303 100644 --- a/pageProduct/index/components/edit-stock.vue +++ b/pageProduct/index/components/edit-stock.vue @@ -256,7 +256,9 @@ // } onMounted(()=>{ + // #ifndef H5 refForm.value.setRules(rules) + // #endif })