Commit a3626a0b authored by WangRui's avatar WangRui

[feature]

parent 47dabc07
......@@ -73,7 +73,6 @@ const getDetail = async (item) => {
}
const jump = async (item) => {
// 申请中/审批通过时申请页面为只读
// 审批退回时可再次维护并重新提交
if (item.reqStatus && item.reqStatus === 'RETURN') {
......
......@@ -74,7 +74,6 @@ const areaPagination = {
const agencyPagination = {
page: 1,
size: 1000,
pageSize: 1000
}
const projectNumber = {
page: 1,
......@@ -125,8 +124,7 @@ const confirm = async () => {
Toast.success('授权成功')
// router.push({ name: 'selfService-views-index' })
}else{
Toast.fail("授权失败,原因如下:", res.message)
console.error("授权失败:", res.message)
Toast.fail('授权失败')
}
}
const getContractList = async () => {
......
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