diff --git a/sgzb-ui/src/views/warehouseManage/machinery/coding/index.vue b/sgzb-ui/src/views/warehouseManage/machinery/coding/index.vue index f0574787..67853ba6 100644 --- a/sgzb-ui/src/views/warehouseManage/machinery/coding/index.vue +++ b/sgzb-ui/src/views/warehouseManage/machinery/coding/index.vue @@ -738,6 +738,7 @@ export default { const maId = row.maId || this.ids getMachine(maId).then((response) => { this.form = response.data + if (this.form.maVender) this.form.maVender = parseInt(this.form.maVender) this.open = true this.title = '编辑' })