Browse Source

完善流程抄送

master
yunuo970428 2 years ago
parent
commit
de50675a61
  1. 4
      supervise-portal-ui/src/views/copyofprocess/liuchengchaosongAdd.vue

4
supervise-portal-ui/src/views/copyofprocess/liuchengchaosongAdd.vue

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

Loading…
Cancel
Save