Browse Source

1、修复由于detail组件变更导致的子列表操作按钮事件无法触发BUG

master_hella_20240701
bjang03 4 months ago
parent
commit
7179d63eb4
  1. 2
      src/views/mes/ordermonthplan/index.vue

2
src/views/mes/ordermonthplan/index.vue

@ -86,7 +86,7 @@
hasPermi: '' hasPermi: ''
}]" }]"
@buttonBaseClick="detailButtonBaseClick" @buttonBaseClick="detailButtonBaseClick"
@buttondataTable="detailButtonBaseClick" @tableFormButton="detailButtonBaseClick"
/> />
<!-- 导入 --> <!-- 导入 -->
<ImportForm ref="importFormRef" url="/plan/mes-order-month-main/import" <ImportForm ref="importFormRef" url="/plan/mes-order-month-main/import"

Loading…
Cancel
Save