Browse Source

导出按钮

master
常熟吴彦祖 2 months ago
parent
commit
b4d515f2ec
  1. 4
      src/views/modules/automatedWarehouse/agvTask.vue

4
src/views/modules/automatedWarehouse/agvTask.vue

@ -565,7 +565,7 @@ export default {
//
handleExpandChange(row, expandedRows) {
//
if (!row.details || row.details.length === 0) {
// if (!row.details || row.details.length === 0) {
getTransportTaskDetails(row.taskNo).then(({data}) => {
if (data && data.code === 0) {
// 使Vue.set
@ -577,7 +577,7 @@ export default {
console.error('获取任务明细失败:', error)
this.$message.error('获取任务明细失败')
})
}
// }
},
//

Loading…
Cancel
Save