赵宏斌 2 months ago
parent
commit
3f465f6543
  1. 1
      src/views/modules/qc/qcFamilyAttribute.vue

1
src/views/modules/qc/qcFamilyAttribute.vue

@ -1382,6 +1382,7 @@
//
getManufacturerList () {
this.manufacturerData.site = this.$store.state.user.site
getManufacturerList(this.manufacturerData).then(({data}) => {
if (data && data.code === 0) {
this.manufacturerList = data.rows

Loading…
Cancel
Save