Commit a3626a0b authored by WangRui's avatar WangRui

[feature]

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