|
|
@@ -32,7 +32,7 @@ watch(
|
|
|
defaultfiltersData.value = current
|
|
|
}
|
|
|
)
|
|
|
-const isDisabled = ref([false, false])
|
|
|
+const isDisabled = ref(false)
|
|
|
const checkboxGroup1 = ref(['All'])
|
|
|
const CheckboxGroup2 = ref('ETD')
|
|
|
const filters_visible = ref(false)
|
|
|
@@ -59,7 +59,7 @@ const getdefaultdata = () => {
|
|
|
CheckboxGroup2.value = defaultfiltersData.value?.date_type
|
|
|
if (defaultfiltersData.value?.date_start == '') {
|
|
|
DashDate.value = []
|
|
|
- isDisabled.value = [true, true]
|
|
|
+ isDisabled.value = true
|
|
|
} else {
|
|
|
if (props.isContainer) {
|
|
|
startDate.value = defaultfiltersData.value?.date_start_two
|