src/views/tigerprojects/system/lowcode/entityts/ProdRouteBinding.ts
@@ -904,7 +904,7 @@ label: '删除', handler: () => { console.log('点击了删除', node); DeleteProdRoute({ rotId: node.id, rotCode: node.code, prodCode: args[1] }).then( DeleteProdRoute({ rotId: node.id, rotCode: node.code, prodCode: args[1], custCode: node.cust }).then( (action) => { if (action.IsSuccessed) { emit('deletenode', node);