Browse Source

分切订单

master
Rui_Li 5 years ago
parent
commit
75e64f491e
  1. 2
      src/views/modules/yieldReport/com_separate_roll_with_split.vue

2
src/views/modules/yieldReport/com_separate_roll_with_split.vue

@ -438,7 +438,7 @@ export default {
this.$message.error(data.msg);
}else{
this.$message.success(data.msg);
//刷新报工的页面
//刷新报工的页面 测试一下
this.$emit('refreshPageData');
//关闭当前的页面
this.closeDialog();

Loading…
Cancel
Save