快速办理去公文流转

master
xy 11 months ago
parent 5ddee11739
commit aa4ca2039b

@ -4,7 +4,7 @@
<div slot="header" class="clearfix">
<SvgIcon style="color: #3171f4;width: 22px;height: 22px;" icon-class="notice"></SvgIcon>
<span style="padding-left: 15px"
>待办流程</span
>待办流程不包含公文流转</span
>
<i class="el-icon-more" style="margin-left: auto; font-size: 20px"></i>
</div>
@ -324,7 +324,8 @@ export default {
const res = await httpCurl({
page_size: 999,
auth_token: this.$store.getters.oa_token,
ajax: 1
ajax: 1,
except: 4
}, true,"","GET",`${process.env.VUE_APP_OUT_URL}/flow/list/todo`);
if (res.status) {
this.list = res.msg.data.data;

Loading…
Cancel
Save