css
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
<template>
|
<template>
|
||||||
<ai-detail isHasSidebar>
|
<ai-detail isHasSidebar class="Detail">
|
||||||
<template slot="title">
|
<template slot="title">
|
||||||
<ai-title title="任务详情" isShowBack isShowBottomBorder @onBackClick="cancel(true)">
|
<ai-title title="任务详情" isShowBack isShowBottomBorder @onBackClick="cancel(true)">
|
||||||
</ai-title>
|
</ai-title>
|
||||||
|
|||||||
@@ -157,8 +157,7 @@ export default {
|
|||||||
|
|
||||||
methods: {
|
methods: {
|
||||||
getList() {
|
getList() {
|
||||||
this.instance
|
this.instance.post(`/app/appdlbresource/list`, null, {
|
||||||
.post(`/app/appdlbresource/list`, null, {
|
|
||||||
params: {
|
params: {
|
||||||
...this.page,
|
...this.page,
|
||||||
...this.search,
|
...this.search,
|
||||||
|
|||||||
Reference in New Issue
Block a user