|
|
@ -57,7 +57,7 @@ |
|
|
|
|
|
|
|
<script> |
|
|
|
import { pageList, delBySids } from '@/api/system/liuchengchaosong/liuchengchaosong' |
|
|
|
import { pullDown } from '@/api/system/postManage/index' |
|
|
|
import { selectFlowList } from '@/api/system/postManage/index' |
|
|
|
import Pagination from '@/components/pagination' |
|
|
|
import pageye from '@/components/pagination/pageye' |
|
|
|
import ButtonBar from '@/components/ButtonBar' |
|
|
@ -121,7 +121,7 @@ export default { |
|
|
|
}, |
|
|
|
methods: { |
|
|
|
init() { |
|
|
|
pullDown({ type: 'flow' }).then((res) => { |
|
|
|
selectFlowList().then((res) => { |
|
|
|
if (res.success) { |
|
|
|
this.flow_list = res.data |
|
|
|
} |
|
|
|