From edab77d0c6ed709f6fef5f238fda0a2f2502d3d7 Mon Sep 17 00:00:00 2001 From: Your Name Date: Tue, 22 Jul 2025 14:41:39 +0900 Subject: [PATCH] Update --- components/common/Calendar.vue | 3 ++- components/common/select/SelectBlocMstr.vue | 7 ++++++- components/common/select/SelectReadObj.vue | 5 +++++ 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/components/common/Calendar.vue b/components/common/Calendar.vue index c48a8b3..9c0f096 100644 --- a/components/common/Calendar.vue +++ b/components/common/Calendar.vue @@ -170,10 +170,11 @@ export default { month : month, day : day } - // commect blocId to run UI + // BEGIN TEST UI // this.$refs['planPop'].blocId = this.pageData.blocMstrList[ // this.pageData.blocId // ].blocId; + // END TEST UI this.$refs['planPop'].dialog = true; }, updatePlan(val) { diff --git a/components/common/select/SelectBlocMstr.vue b/components/common/select/SelectBlocMstr.vue index a489170..556c8aa 100644 --- a/components/common/select/SelectBlocMstr.vue +++ b/components/common/select/SelectBlocMstr.vue @@ -5,7 +5,7 @@ $icoBulletPoint {{ label }} @@ -57,6 +57,11 @@ export default { require: false, default: 4, }, + required: { + type: Boolean, + require: false, + default: false + }, iconShow: { type: Boolean, require: false, diff --git a/components/common/select/SelectReadObj.vue b/components/common/select/SelectReadObj.vue index 8d5f2e2..1d31c81 100644 --- a/components/common/select/SelectReadObj.vue +++ b/components/common/select/SelectReadObj.vue @@ -72,6 +72,11 @@ export default { require: false, default: 4, }, + required: { + type: Boolean, + require: false, + default: false + }, iconShow: { type: Boolean, require: false,