diff --git a/src/views/modules/qc/inboundNotification.vue b/src/views/modules/qc/inboundNotification.vue index 1182e1e..ce75602 100644 --- a/src/views/modules/qc/inboundNotification.vue +++ b/src/views/modules/qc/inboundNotification.vue @@ -1490,6 +1490,7 @@ // 设置选中行 this.$refs.inboundTable.setCurrentRow(this.dataList[0]) this.inboundClickRow(this.dataList[0]) + this.refreshCurrentTabTable() } else { this.currentRow = {} this.refreshCurrentTabTable()