Explorar el Código

Merge pull request 'projects/mes-zjl' (#87) from projects/mes-zjl into projects/mes-test

Reviewed-on: http://git.picaiba.com/mt-fe-group/yudao-dev/pulls/87
pull/88/head^2
juzi hace 10 meses
padre
commit
8a819b84b6
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      src/views/order/base/orderManage/index.vue

+ 1
- 1
src/views/order/base/orderManage/index.vue Ver fichero

@@ -397,7 +397,7 @@ export default {
this.workIssueTitle = '绑定工单'
this.addWorkOrdervisible = true
this.$nextTick(() => {
this.$refs.addWorkOrder.init(val.data.id, 'bind')
this.$refs.addWorkOrder.init(val.data, 'bind')
})
break
case 'complete':


Cargando…
Cancelar
Guardar