Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
max_android_panel
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Zhang Xin
max_android_panel
Commits
4110a4d2
Commit
4110a4d2
authored
Sep 25, 2018
by
wujiabao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
更改 actions
parent
04bc473b
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
3 deletions
+2
-3
client/actions/barcodeCommon.js
+1
-1
client/actions/common.js
+1
-2
No files found.
client/actions/barcodeCommon.js
View file @
4110a4d2
...
...
@@ -3,7 +3,7 @@ import {saveCommonInfo} from './common'
import
barcodeActionType
from
'../actiontype/barcodeCommon'
import
replenishAction
from
'./replenish'
let
domain1
=
ENV
.
domain
;
let
domain
=
'http://192.168.10.
37:8080/maxbox
/web/'
let
domain
=
'http://192.168.10.
128:8080
/web/'
// const changeStatus = (data)=>{
// let {taskId,currentTaskType}=data.taskInfo;
...
...
client/actions/common.js
View file @
4110a4d2
...
...
@@ -2,7 +2,7 @@ import fetch from 'isomorphic-fetch';
import
actionType
from
'../actiontype/common'
import
{
addErrorInfo
}
from
'./uploadError'
let
domain1
=
ENV
.
domain
;
let
domain
=
'http://192.168.10.
37:8080/maxbox
/web/'
let
domain
=
'http://192.168.10.
128:8080
/web/'
let
myHeaders
=
new
Headers
({
// 'Access-Control-Allow-Origin': '*',
...
...
@@ -146,7 +146,6 @@ const getTaskList = (data={})=>{
headers
:
myHeaders
}).
then
(
response
=>
response
.
json
())
.
then
((
json
)
=>
{
console
.
log
(
json
,
'这是吴加宝打印的工单'
)
let
data
=
Object
.
assign
({});
console
.
log
(
"拉取工单 "
,
json
)
if
(
json
.
meta
.
success
&&
json
.
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