Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
patzn-cloud-web-back-soil
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
wangweidong
patzn-cloud-web-back-soil
Commits
699fbb92
Commit
699fbb92
authored
Oct 29, 2020
by
lichengming
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'dev' of
http://git.patzn.com/wangweidong/pt-cloud-service-soil-web
into dev
parents
60e340e8
b8ec6177
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
soil-test.js
api/soil/soil-test.js
+4
-0
No files found.
api/soil/soil-test.js
View file @
699fbb92
...
...
@@ -30,6 +30,8 @@ export default {
http
.
post
(
'soil/v1/sample/page_exp_audit_sample'
,
data
).
then
(
res
=>
res
),
pageExpCheckSample
:
data
=>
http
.
post
(
'soil/v1/sample/page_exp_check_sample'
,
data
).
then
(
res
=>
res
),
pageExpAuditSample
:
data
=>
http
.
post
(
'soil/v1/sample/page_exp_audit_sample'
,
data
).
then
(
res
=>
res
),
pageItem
:
data
=>
http
.
post
(
'soil/v1/experiment/page'
,
data
).
then
(
res
=>
res
),
pageAllotByExp
:
data
=>
http
.
post
(
'soil/v1/experiment/page_allot_by_exp'
,
data
).
then
(
res
=>
res
),
...
...
@@ -59,6 +61,8 @@ export default {
http
.
post
(
'soil/v1/experiment/page_test'
,
data
).
then
(
res
=>
res
),
pageCheck
:
data
=>
http
.
post
(
'soil/v1/experiment/page_check'
,
data
).
then
(
res
=>
res
),
pageAudit
:
data
=>
http
.
post
(
'soil/v1/experiment/page_audit'
,
data
).
then
(
res
=>
res
),
updateItem
:
data
=>
http
.
post
(
'soil/v1/original_record/update_original_record'
,
data
)
...
...
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