|
@@ -44,7 +44,7 @@ const profile = <any>inject('profile')
|
|
|
const dateRange = <any>inject('dateRange')
|
|
|
const activeButton = <any>inject('activeButton')
|
|
|
|
|
|
-const isCompare = ref(false)
|
|
|
+const isCompare = ref(true)
|
|
|
const tableLoading = ref(false)
|
|
|
|
|
|
const { productlineId } = useProductlineId()
|
|
@@ -154,7 +154,7 @@ function handlePageChange({ currentPage, pageSize }) {
|
|
|
|
|
|
watch([activeButton, productlineId, dateRange], () => {
|
|
|
tablePage.currentPage = 1
|
|
|
- isCompare.value = false
|
|
|
+ isCompare.value = true
|
|
|
fetchTableData(activeButton.value)
|
|
|
})
|
|
|
</script>
|