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
修复单位下拉列表不显示问题
pull/82/head
xuxiaoming
3 years ago
parent
a35a51ed17
commit
8902c06ee4
1 changed files
with
3 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-2
src/views/factoryModel/part/material/BOMConfigure.vue
+ 3
- 2
src/views/factoryModel/part/material/BOMConfigure.vue
View File
@ -359,8 +359,9 @@ export default {
}
,
/
/
单
位
getUOMArr
(
)
{
getUOMArr
(
)
.
then
(
(
{
data
:
{
records
=
[
]
}
}
)
=>
{
this
.
uomArray
=
records
||
[
]
;
getUOMArr
(
)
.
then
(
(
{
data
=
[
]
}
)
=>
{
this
.
uomArray
=
data
||
[
]
;
}
)
;
}
,
/
/
根
据
项
目
获
取
物
料
列
表
Write
Preview
Loading…
Cancel
Save