|
|
@ -48,7 +48,7 @@ |
|
|
|
|
|
|
|
<script> |
|
|
|
import { fetchSid, save, roleList } from '@/api/system/liuchengchaosong/liuchengchaosong' |
|
|
|
import { pullDown } from '@/api/system/postManage/index' |
|
|
|
import {pullDown, selectFlowList} from '@/api/system/postManage/index' |
|
|
|
|
|
|
|
export default { |
|
|
|
name: 'liuchengchaosongAdd', |
|
|
@ -81,7 +81,7 @@ export default { |
|
|
|
this.role_list = res.data |
|
|
|
} |
|
|
|
}) |
|
|
|
pullDown({ type: 'flow' }).then((res) => { |
|
|
|
selectFlowList().then((res) => { |
|
|
|
if (res.success) { |
|
|
|
this.flow_list = res.data |
|
|
|
} |
|
|
|