Browse Source

Merge pull request '添加单位下拉列表参数uomType=SIZE' (#83) from xuxiaoming into develop

Reviewed-on: http://101.201.121.115:3000/leo/LAPP_AdvancedPlanner_Front/pulls/83
pull/87/head
xuxiaoming 3 years ago
parent
commit
d0b52a193e
1 changed files with 1 additions and 1 deletions
  1. +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 || [];
});


Loading…
Cancel
Save