Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
Y
yishuju-ui
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
何远江
yishuju-ui
Commits
e76b0003
Commit
e76b0003
authored
Feb 22, 2025
by
沈翠玲
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
案件回收和案件撤案
parent
f6cc485a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
allcation.js
src/api/allcation.js
+4
-4
index.vue
src/views/property/case-return/index.vue
+1
-1
No files found.
src/api/allcation.js
View file @
e76b0003
...
...
@@ -29,19 +29,19 @@ export const changeDistributeCpe = (data) => {
};
// 撤回案件
export
const
backDistribute
=
(
params
)
=>
{
return
request
.
get
(
'/Loan
Distribute/back
'
,
params
);
return
request
.
get
(
'/Loan
Back/withdraw
'
,
params
);
};
// 强制撤案
export
const
fullWithdraw
=
(
params
)
=>
{
return
request
.
get
(
'/Loan
Distribute
/fullWithdraw'
,
params
);
return
request
.
get
(
'/Loan
Back
/fullWithdraw'
,
params
);
};
// 回收
export
const
back
=
(
params
)
=>
{
return
request
.
get
(
'/Loan
Distribute
/back'
,
params
);
return
request
.
get
(
'/Loan
Back
/back'
,
params
);
};
// 强制回收
export
const
fullBack
=
(
params
)
=>
{
return
request
.
get
(
'/Loan
Distribute
/fullBack'
,
params
);
return
request
.
get
(
'/Loan
Back
/fullBack'
,
params
);
};
// 留案
export
const
stayLoan
=
(
params
)
=>
{
...
...
src/views/property/case-return/index.vue
View file @
e76b0003
...
...
@@ -122,7 +122,7 @@
</template>
<
script
setup
name=
"case-allocation"
lang=
"jsx"
>
import
{
getLoanBacktotal
,
getLoanBackpage
,
getLoanBack
,
back
,
fullBack
}
from
'@/api/allcation'
;
import
{
getLoanBacktotal
,
getLoanBackpage
,
getLoanBack
,
back
Distribute
,
fullWithdraw
}
from
'@/api/allcation'
;
import
{
reactive
,
ref
}
from
'vue'
;
import
{
ElMessageBox
,
ElMessage
}
from
'element-plus'
;
import
citydata
from
'../../../assets/citydata'
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment