From aa9ed4ac9790b3512572f40b66d44b68f2b0c1aa Mon Sep 17 00:00:00 2001 From: shj <1790240199@qq.com> Date: 星期三, 03 八月 2022 15:45:17 +0800 Subject: [PATCH] 对接 --- src/views/goalManagement/targetDecompositionMonth/index.vue | 8 ++++++-- 1 files changed, 6 insertions(+), 2 deletions(-) diff --git a/src/views/goalManagement/targetDecompositionMonth/index.vue b/src/views/goalManagement/targetDecompositionMonth/index.vue index 579df10..2828635 100644 --- a/src/views/goalManagement/targetDecompositionMonth/index.vue +++ b/src/views/goalManagement/targetDecompositionMonth/index.vue @@ -66,13 +66,13 @@ v-model:page-size="pageSize4" :page-sizes="[10, 20, 30, 40]" layout="total, sizes, prev, pager, next, jumper" - :total="400" + :total="total" @size-change="handleSizeChange" @current-change="handleCurrentChange" /> </div> </div> - <Dailog ref="Show"></Dailog> + <Dailog ref="Show" @addList="add"></Dailog> </div> </template> <script lang="ts"> @@ -219,7 +219,11 @@ }); }); }; + const add=()=>{ + listApi() + } return { + add, listApi, resetForm, tableData, -- Gitblit v1.9.2