Commit d28b8ef1 authored by 罗超's avatar 罗超

1

parent 1a67b76d
......@@ -86,3 +86,25 @@ export function GetNoticeInfo(data) {
data
});
}
/**
* 公告审批
*/
export function setReviewNotice(data) {
return request({
url: '/UserCenter/SetReviewNotice',
method: 'post',
data
});
}
/**
* 获取我审批的公告
*/
export function getMyApproval(data) {
return request({
url: '/UserCenter/GetNoticeLogPageList',
method: 'post',
data
});
}
......@@ -170,7 +170,7 @@
<q-btn label="草稿" color="accent q-px-md" size="sm" style="font-weight:400 !important" :loading="saveLoading"
@click="save_t(2)" />
<q-btn label="立即提交" color="accent q-px-md" size="sm" style="font-weight:400 !important" :loading="saveLoading"
@click="save_t(1)" />
@click="save_t(4)" />
</q-card-actions>
</q-card>
</q-dialog>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment