diff --git a/src/views/qm/products_form.vue b/src/views/qm/products_form.vue index da161413..898503e3 100644 --- a/src/views/qm/products_form.vue +++ b/src/views/qm/products_form.vue @@ -544,6 +544,7 @@ export default { }); }, geteEqOptions(){ + let that = this; that.$API.system.user.list.req({ page: 0, type:20 }).then((res) => { that.eqOptions = res; }); diff --git a/src/views/wpm_gx/handover_form.vue b/src/views/wpm_gx/handover_form.vue index 9b1cc372..01761fb6 100644 --- a/src/views/wpm_gx/handover_form.vue +++ b/src/views/wpm_gx/handover_form.vue @@ -465,7 +465,7 @@ export default { return that.selectItems.indexOf(item.id)>-1; }); data.forEach(item=>{ - item.vm = item.id; + item.wm = item.id; item.count = item.count_cando; totalCount += item.count_cando; })