车间工位管理修改 12.7

zhc4dev
zhc077 2 years ago
parent ce675ff042
commit 0b8b925702
  1. 2
      ant-design-vue-jeecg/src/views/team/modules/StationToolModal.vue

@ -72,7 +72,7 @@ export default {
methods: { methods: {
add(stationId) { add(stationId) {
this.model.stationId = stationId; this.model.stationId = stationId;
console.log("mode层接收到上级stationId:--" + this.model.stationId); console.log("Modal层接收到上级参数-stationId:" + this.model.stationId);
this.edit(this.model); this.edit(this.model);
}, },
// add () { // add () {

Loading…
Cancel
Save