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 @@ - +