Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mes-ui
Project
Project
Details
Activity
Releases
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
周远喜
mes-ui
Commits
815ac416
Commit
815ac416
authored
Jun 28, 2020
by
仇晓婷
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bom
parent
db9e2f50
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
3 deletions
+5
-3
bom.vue
pages/technology/productMix/product/bom.vue
+5
-3
No files found.
pages/technology/productMix/product/bom.vue
View file @
815ac416
...
...
@@ -49,7 +49,7 @@ export default {
name
:
""
,
field
:
""
},
treeData
:
[
{
name
:
"112"
}
],
treeData
:
[],
columns
:
[
{
key
:
"name"
,
...
...
@@ -105,7 +105,7 @@ export default {
},
props
:
{
eid
:
Number
,
parent
:
{
parent
s
:
{
id
:
Number
,
parentName
:
String
,
ids
:
String
...
...
@@ -119,7 +119,7 @@ export default {
},
methods
:
{
init
()
{
Api
.
alltree
({
id
:
this
.
eid
,
levelId
:
this
.
parent
.
id
}).
then
(
r
=>
{
Api
.
alltree
({
id
:
this
.
eid
,
levelId
:
this
.
parent
s
.
id
}).
then
(
r
=>
{
this
.
treeData
=
r
.
result
;
});
},
...
...
@@ -163,6 +163,7 @@ export default {
},
ok
()
{
this
.
init
();
// this.load(this.eid);
this
.
modal
=
false
;
this
.
curId
=
0
;
},
...
...
@@ -179,6 +180,7 @@ export default {
eid
(
v
)
{
if
(
v
!=
0
)
{
this
.
load
(
v
);
this
.
init
();
}
}
}
...
...
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