This commit is contained in:
shijingjing
2022-06-13 16:36:40 +08:00
parent f74ca9402a
commit e941dda29c
2 changed files with 2 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
<template>
<ai-detail isHasSidebar>
<ai-detail isHasSidebar class="Detail">
<template slot="title">
<ai-title title="任务详情" isShowBack isShowBottomBorder @onBackClick="cancel(true)">
</ai-title>

View File

@@ -157,8 +157,7 @@ export default {
methods: {
getList() {
this.instance
.post(`/app/appdlbresource/list`, null, {
this.instance.post(`/app/appdlbresource/list`, null, {
params: {
...this.page,
...this.search,