Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
V
vue-gjjs
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
fukai
vue-gjjs
Commits
3deef769
Commit
3deef769
authored
Mar 29, 2023
by
suwenhao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
还原commonApi改动;
parent
9f00d22b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
2 deletions
+1
-2
commonApi.js
src/mixin/commonApi.js
+1
-2
No files found.
src/mixin/commonApi.js
View file @
3deef769
...
...
@@ -138,8 +138,7 @@ export default {
},
async
executeRule
(
rulePath
,
params
,
delayCb
)
{
const
loading
=
this
.
loading
(
"正在请求数据"
)
//调试时,配合后端修改的请求地址
let
rtnmsg
=
await
Api
.
post
(
this
.
requestPrefix
+
"/"
+
rulePath
,
this
.
wrapper
(
params
,
delayCb
))
let
rtnmsg
=
await
Api
.
post
(
this
.
requestPrefix
+
"/executeRule/"
+
rulePath
,
this
.
wrapper
(
params
,
delayCb
))
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
this
.
updateValueSet
(
rtnmsg
.
codeSet
)
this
.
showBackendErrors
(
rtnmsg
.
fieldErrors
)
...
...
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