Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
I
isc-web-vue
Overview
Overview
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
isc-v3.1-tmp
isc-web-vue
Commits
f7fbe0e6
Commit
f7fbe0e6
authored
Sep 30, 2024
by
hulei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
去除多余/webapi
parent
721a8e67
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
index.js
src/page/Business/Sgnswt/event/index.js
+1
-1
index.vue
src/page/index.vue
+2
-2
No files found.
src/page/Business/Sgnswt/event/index.js
View file @
f7fbe0e6
...
...
@@ -94,7 +94,7 @@ export default {
// 获取记账机构下拉列表
async
queryOrgList
()
{
const
loading
=
this
.
loading
();
let
res
=
await
Api
.
post
(
'/
webapi/
business/userinfo/user/getAccBchList'
,
{
let
res
=
await
Api
.
post
(
'/business/userinfo/user/getAccBchList'
,
{
bchkeyinr
:
this
.
model
.
limpan
.
branch
});
loading
.
close
();
...
...
src/page/index.vue
View file @
f7fbe0e6
...
...
@@ -662,7 +662,7 @@ export default {
},
//签到
async
SignIn
(
param
)
{
let
res
=
await
Api
.
post
(
'/
webapi/
public/taskdist/user/signin'
,
param
);
let
res
=
await
Api
.
post
(
'/public/taskdist/user/signin'
,
param
);
console
.
log
(
'res:'
,
res
)
if
(
res
.
respCode
==
SUCCESS
)
{
if
(
param
.
isLogin
==
'Y'
)
{
...
...
@@ -700,7 +700,7 @@ export default {
},
//签退
async
SignOut
(
param
)
{
let
res
=
await
Api
.
post
(
'/
webapi/
public/taskdist/user/logout'
,
param
);
let
res
=
await
Api
.
post
(
'/public/taskdist/user/logout'
,
param
);
if
(
res
.
respCode
==
SUCCESS
)
{
if
(
res
.
data
.
rtnCod
==
'AAAAAA'
)
{
this
.
$notify
({
...
...
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