Browse Source

添加单位下拉列表参数uomType=SIZE

pull/83/head
xuxiaoming 3 years ago
parent
commit
88084db434
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