From 892862dc9115fea4e02f70013a74ec4e1fb05655 Mon Sep 17 00:00:00 2001 From: lwh <2679599887@qq.com> Date: Mon, 19 Jun 2023 13:42:33 +0800 Subject: [PATCH] =?UTF-8?q?fixed=20=E4=BF=AE=E6=94=B9=E7=BB=86=E8=8A=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../GoodsManager/GoodsServicess/components/AddDialog.vue | 2 +- src/views/business/GoodsManager/GoodsServicess/index.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/business/GoodsManager/GoodsServicess/components/AddDialog.vue b/src/views/business/GoodsManager/GoodsServicess/components/AddDialog.vue index 8a59e75..67afafc 100644 --- a/src/views/business/GoodsManager/GoodsServicess/components/AddDialog.vue +++ b/src/views/business/GoodsManager/GoodsServicess/components/AddDialog.vue @@ -125,7 +125,7 @@ const formRef = ref(); const { proxy } = getCurrentInstance() const emits = defineEmits(["update:modelValue"]); const formData = reactive({ - goodsServicesIsDefault: 1, + goodsServicesIsDefault: 0, goodsServicesDisplayStatus: 1, goodsServicesSort: 100, }); diff --git a/src/views/business/GoodsManager/GoodsServicess/index.vue b/src/views/business/GoodsManager/GoodsServicess/index.vue index a3f5b64..d097c13 100644 --- a/src/views/business/GoodsManager/GoodsServicess/index.vue +++ b/src/views/business/GoodsManager/GoodsServicess/index.vue @@ -12,7 +12,7 @@ - +