Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
L
Laisi_AutoMES2
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
jiawei.su
Laisi_AutoMES2
Commits
012a68c2
Commit
012a68c2
authored
Jan 29, 2021
by
yiyu.li
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bug
parent
3b75ba64
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
3 deletions
+1
-3
feedingBlanking.vue
Html/src/view/fml/operation_manage/feedingBlanking.vue
+0
-1
typeMaintenance.vue
Html/src/view/fms/config/typeMaintenance.vue
+1
-2
No files found.
Html/src/view/fml/operation_manage/feedingBlanking.vue
View file @
012a68c2
...
@@ -399,7 +399,6 @@ export default {
...
@@ -399,7 +399,6 @@ export default {
getStorages
()
{
getStorages
()
{
this
.
request
(
"/acc/AutomationLocation/GetLocationList?fillsn=1"
,
""
,
"get"
)
this
.
request
(
"/acc/AutomationLocation/GetLocationList?fillsn=1"
,
""
,
"get"
)
.
then
((
res
)
=>
{
.
then
((
res
)
=>
{
console
.
log
(
res
.
data
.
data
);
if
(
res
.
data
.
ret
==
1
)
{
if
(
res
.
data
.
ret
==
1
)
{
this
.
data1
=
res
.
data
.
data
;
this
.
data1
=
res
.
data
.
data
;
this
.
data2
=
res
.
data
.
data
;
this
.
data2
=
res
.
data
.
data
;
...
...
Html/src/view/fms/config/typeMaintenance.vue
View file @
012a68c2
...
@@ -347,13 +347,12 @@ export default {
...
@@ -347,13 +347,12 @@ export default {
handleSuccess
(
res
,
file
)
{
handleSuccess
(
res
,
file
)
{
if
(
res
.
ret
==
1
)
{
if
(
res
.
ret
==
1
)
{
this
.
$Message
.
success
(
this
.
$t
(
"950398"
));
this
.
$Message
.
success
(
this
.
$t
(
"950398"
));
this
.
initFrockType
();
this
.
tosearch
();
this
.
tosearch
();
}
else
{
}
else
{
if
((
res
.
msg
+
""
).
indexOf
(
","
)
!=
-
1
)
{
if
((
res
.
msg
+
""
).
indexOf
(
","
)
!=
-
1
)
{
inittip
(
res
.
msg
);
inittip
(
res
.
msg
);
}
else
{
}
else
{
this
.
$Message
.
error
(
this
.
$t
(
res
.
data
));
this
.
$Message
.
error
(
this
.
$t
(
res
.
msg
));
}
}
}
}
},
},
...
...
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