Ben Lin
2024-11-07 7c99be35803568d4743a8d134b0479bbf6f281fd
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);