快速办理去公文流转

master
xy 1 year ago
parent 5ddee11739
commit aa4ca2039b

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

Loading…
Cancel
Save