From 9bcb1ea462d8484f219440f6231c9f35cc60bf4e Mon Sep 17 00:00:00 2001 From: fanfan Date: Tue, 23 Jul 2024 21:32:37 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=86=E8=8A=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/store/modules/EditForm.vue | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/src/views/store/modules/EditForm.vue b/src/views/store/modules/EditForm.vue index ee0cbfb..f736c23 100644 --- a/src/views/store/modules/EditForm.vue +++ b/src/views/store/modules/EditForm.vue @@ -34,6 +34,18 @@ + + + + + + @@ -88,7 +100,7 @@ export default { */ setFieldsValue () { this.$nextTick(() => { - this.form.setFieldsValue(pick(this.record, ['is_sync_cate', 'is_provider_data'])) + this.form.setFieldsValue(pick(this.record, ['is_sync_cate', 'is_provider_data','is_update_zy_goods_price'])) }) }, /**