src/views/basis/sysParam/config/index.vue
@@ -86,7 +86,7 @@ <pagination v-show="total > 0" :total="total" v-model:page="queryParams.pageNum" v-model:limit="queryParams.pageSize" @pagination="getList" /> </el-card> <!-- 弹出的详细页面,增加和修改--> <detail-form ref="detailFormRef" @success="getList"/> <detail-form ref="detailFormRef" @success="getList" apped-to-body/> </div> </template>