This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
leo
/
LAPP_AdvancedPlanner_Front
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
添加单位下拉列表参数uomType=SIZE
pull/83/head
xuxiaoming
3 years ago
parent
178193b91b
commit
88084db434
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/views/factoryModel/part/material/BOMConfigure.vue
+ 1
- 1
src/views/factoryModel/part/material/BOMConfigure.vue
View File
@ -359,7 +359,7 @@ export default {
}
,
/
/
单
位
getUOMArr
(
)
{
getUOMArr
(
)
.
then
(
(
{
data
=
[
]
}
)
=>
{
getUOMArr
(
{
uomType
:
"SIZE"
}
)
.
then
(
(
{
data
=
[
]
}
)
=>
{
this
.
uomArray
=
data
||
[
]
;
}
)
;
Write
Preview
Loading…
Cancel
Save