update
This commit is contained in:
@@ -21,7 +21,7 @@ const po = reactive({
|
||||
category_id: 0,
|
||||
});
|
||||
|
||||
const {loading, pagination, initFetchData} = useTableQuery({
|
||||
const {initFetchData} = useTableQuery({
|
||||
api: Api.system.getArticle,
|
||||
immediate: false,
|
||||
parameter: po,
|
||||
|
||||
@@ -27,7 +27,7 @@ const vo = reactive({
|
||||
total: 0,
|
||||
});
|
||||
|
||||
const {loading, pagination, initFetchData} = useTableQuery({
|
||||
const {initFetchData} = useTableQuery({
|
||||
api: Api.system.myTeamList,
|
||||
parameter: po,
|
||||
uuid: true,
|
||||
|
||||
@@ -12,6 +12,7 @@ import XRadio from "../../components/XRadio.vue";
|
||||
import XDateRange from "../../components/XDateRange.vue";
|
||||
import XAlert from "../../components/XAlert.vue";
|
||||
import {onShow} from "@dcloudio/uni-app";
|
||||
import dayjs from "dayjs";
|
||||
|
||||
const taskType = reactive([]);
|
||||
const platformType = reactive([]);
|
||||
@@ -146,7 +147,9 @@ onShow(() => {
|
||||
<view class="rounded-[12rpx] !p-[20rpx] bg-[#fff]">
|
||||
<view class="!flex items-center justify-between">
|
||||
<view class="stic-title">| 数据概览</view>
|
||||
<view class="stic-date">2024.08.07-2024.09.07</view>
|
||||
<view class="stic-date">
|
||||
{{ dayjs(po.start_time).format("YYYY.MM.DD") }}-{{ dayjs(po.end_time).format("YYYY.MM.DD") }}
|
||||
</view>
|
||||
</view>
|
||||
|
||||
<view class="!mt-[20rpx] !grid grid-cols-2 grid-rows-2 gap-[20rpx]">
|
||||
|
||||
Reference in New Issue
Block a user