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,